MCP_servers

pranitsawant80/MCP_servers
★ 0 stars Python Other Updated today
This repository contains different MCP servers and the related content
View on GitHub → Try with Claude — $10 free →

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