awesome-mcp-servers
A collection of MCP servers that enable AI models to interact with various resources.
The Awesome MCP Servers repository is a curated list of Model Context Protocol (MCP) servers designed to enhance the capabilities of AI models. These servers allow for secure interactions with both local and remote resources, facilitating file access, database connections, API integrations, and other contextual services. This repository includes production-ready and experimental implementations, making it a valuable resource for developers and researchers alike. In addition to the server implementations, the repository provides links to clients, tutorials, and community resources, ensuring users have access to comprehensive support and guidance. Whether you are looking to integrate MCP into your applications or explore its capabilities, this collection serves as a starting point for leveraging the power of AI through standardized protocols.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"awesome-mcp-servers-3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-servers-3"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions