awesome-mcp-servers

OrenVill/awesome-mcp-servers
★ 1 stars TypeScript 🤖 AI/LLM Updated today
"The ultimate toolbox for AI agents. A one-stop shop for ready-to-use MCP servers, enabling LLMs to interact seamlessly with a wide range of external APIs and data sources."
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",
        "OrenVill/awesome-mcp-servers"
      ]
    }
  }
}