mcp-servers-source

wildfirebill-ai/mcp-servers-source
★ 0 stars Python 💻 Code/Dev Tools Updated 6d ago
Source generator and test suite for 100 MCP servers
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": {
    "mcp-servers-source": {
      "command": "uvx",
      "args": [
        "mcp-servers-source"
      ]
    }
  }
}

Or install with pip: pip install mcp-servers-source