awesome-mcp-servers

GitHub

A collection of MCP servers.

91,830 stars Unknown #ai#mcp
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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