awesome-mcp-servers

mcp-finder/awesome-mcp-servers
★ 0 stars Unknown language 🤖 AI/LLM Updated today
A curated list of the best Model Context Protocol (MCP) servers — production-ready integrations for Claude, Cursor, Cline, Zed and other AI clients. Verified reliability data at MCPfinder.org.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "awesome-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-finder/awesome-mcp-servers"
      ]
    }
  }
}