MCP_SERVERS

Prathikshe/MCP_SERVERS
★ 0 stars Python 🔌 API Integration Updated today
A modular collection of MCP (Model Context Protocol) servers for building scalable, extensible integrations across APIs and applications. Designed for flexibility and community contributions, enabling developers to create, share, and reuse interoperable MCP-compatible services.
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": {
      "command": "uvx",
      "args": [
        "mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install mcp-servers