Skip to content

rgthelen/mcp-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

MCP Servers for Claude Desktop

A collection of Model Context Protocol (MCP) servers that work seamlessly with Claude Desktop, providing integration with popular social media and communication platforms.

🚀 Available MCP Servers

Full Discord integration for server management

  • ✅ Channel management (list, create, manage)
  • ✅ Member management and approval
  • ✅ Thread management and operations
  • ✅ Message pinning/unpinning
  • ✅ Real-time Discord.js integration

Use cases: Manage Discord communities, moderate channels, approve members, organize discussions


Enhanced Reddit integration for content management

  • ✅ Browse subreddits and trending content
  • ✅ Create, edit, and manage posts
  • ✅ Comment system and discussions
  • ✅ User and subreddit information
  • ✅ Enhanced compatibility (fork of alexandros-lekkas/reddit-mcp-server)

Use cases: Content research, community engagement, social listening, post management


Professional networking and content sharing

  • ✅ Post creation with media support (images/videos)
  • ✅ Comment on posts and engage with content
  • ✅ Feed browsing and content discovery
  • ✅ Profile management and access
  • ✅ LinkedIn API v2 compliance

Use cases: Professional content sharing, networking, thought leadership, business development


Advanced X/Twitter integration with modern authentication

  • ✅ OAuth 2.0 with automatic token refresh
  • ✅ Advanced search with all X API v2 operators
  • ✅ Tweet management (create, delete, reply, quote)
  • ✅ Timeline access and list management
  • ✅ Engagement tools (like, retweet, etc.)

Use cases: Social media management, content discovery, engagement analytics, brand monitoring

🛠️ Quick Setup

  1. Choose your MCP server from the list above
  2. Clone the repository and follow its README
  3. Configure credentials using the provided .env.example
  4. Add to Claude Desktop using the CLAUDE.md setup guide
  5. Start using with Claude Desktop!

📋 General Requirements

  • Node.js 18+ for all servers
  • Claude Desktop App installed
  • API credentials for each platform you want to use
  • Basic terminal/command line knowledge

🔑 Getting API Credentials

Discord Bot Token

  1. Go to Discord Developer Portal
  2. Create a new application → Bot
  3. Copy the bot token
  4. Enable required intents: MESSAGE CONTENT INTENT, SERVER MEMBERS INTENT
  5. Invite bot to your server with proper permissions

Reddit API Credentials

  1. Go to Reddit App Preferences
  2. Click "Create App" → Choose "script" type
  3. Note the Client ID (under app name) and Client Secret
  4. Use your Reddit username and password

LinkedIn Access Token

  1. Go to LinkedIn Developer Portal
  2. Create an app or use existing one
  3. Configure OAuth 2.0 scopes: r_liteprofile, r_emailaddress, w_member_social
  4. Generate access token or follow OAuth flow

X (Twitter) OAuth 2.0 Setup

  1. Go to X Developer Portal
  2. Create app with OAuth 2.0 enabled
  3. Set callback URI: http://localhost:8080/callback
  4. Note Client ID and Client Secret
  5. Run the included setup script: X_CLIENT_ID=your_id node setup-oauth2.js

🔧 Claude Desktop Configuration

Each MCP server includes detailed Claude Desktop setup instructions in their CLAUDE.md file. The general pattern is:

  1. Get API credentials (see above)
  2. Build the MCP server (npm run build)
  3. Add configuration to claude_desktop_config.json
  4. Restart Claude Desktop
  5. Start using the integration!

📚 Documentation

Each repository includes:

  • README.md - Installation and usage guide
  • CLAUDE.md - Step-by-step Claude Desktop setup
  • .env.example - Environment variables template
  • Complete API documentation and examples

🤝 Contributing

These MCP servers are open source! Contributions welcome:

  1. Fork the repository you want to improve
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

📄 License

All MCP servers are released under the MIT License.

🙏 Credits

  • Discord MCP Server - Built from scratch for Claude Desktop
  • Reddit MCP Server - Enhanced fork of alexandros-lekkas/reddit-mcp-server
  • LinkedIn MCP Server - Built from scratch with LinkedIn API v2
  • X MCP Server - Built from scratch with modern OAuth 2.0 support

🚀 Get Started: Choose a server above and click through to its repository for detailed setup instructions!

Built with Claude Code for seamless Claude Desktop integration.

About

Collection of working MCP servers for Claude Desktop - Discord, Reddit, LinkedIn, X (Twitter) integrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors