mcp-servers-prod

wildfirebill-ai/mcp-servers-prod
★ 0 stars Python 🌐 Browser/Web Updated 6d ago
Production deployment of 100 MCP servers for coding and web development
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-prod": {
      "command": "uvx",
      "args": [
        "mcp-servers-prod"
      ]
    }
  }
}

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

README Excerpt

> Source code & generator: [wildfirebill-ai/mcp-servers-source](https://github.com/wildfirebill-ai/mcp-servers-source) 100 local MCP (Model Context Protocol) servers for coding, programming, and web development. Each runs on `localhost:25000-25099` with SSE transport. ```text server-name/ ├── server.py # MCP server (27 tools, memory, logging)