mcp-remote-servers

Bunny825/mcp-remote-servers
★ 0 stars Python Browser/Web Updated today
Self-contained remote MCP (Model Context Protocol) servers over Streamable HTTP — the counterpart to mcp-local-servers. Hostable web-service MCP servers with a minimal echo starter.
View on GitHub → 🔍 Audit Wallet Slippage →

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-remote-servers": {
      "command": "uvx",
      "args": [
        "mcp-remote-servers"
      ]
    }
  }
}

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