
useful mcp servers
A collection of easy-to-setup MCP servers for everyday usage
Repository Info
About This Server
A collection of easy-to-setup MCP servers for everyday usage
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Servers Collection
A collection of MCP (Model Context Protocol) servers for enhancing AI capabilities.
Included Servers
- Twitter API: Post tweets and search recent tweets
- Wordrpess: Get, create, update and delete posts
Installation
- Clone the repository:
git clone https://github.com/sidbharath/useful-mcp-servers.git
cd mcp-servers
- Install dependencies:
npm install -r requirements.txt
- Configure your API keys and tokens (see individual server READMEs)
#Usage with Claude Desktop
Configure Claude for Desktop to use these servers by editing your configuration file:
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%\Claude\claude_desktop_config.json
For example:
{
"mcpServers": {
"twitter": {
"command": "python",
"args": [
"/absolute/path/to/useful-mcp-servers/twitter/twitter_server.py"
],
"env": {
"TWITTER_API_TOKEN": "your_bearer_token_here"
}
}
}
}
Quick Start
Clone the repository
git clone https://github.com/sidbharath/useful-mcp-serversInstall dependencies
cd useful-mcp-servers
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.