MCP-proxy-server

shengxiao20/MCP-proxy-server
★ 1 stars Python 📦 Other Updated 14d ago
Consuming MCP servers with SKILL style via registering mcp servers under this mcp proxy server.
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-proxy-server": {
      "command": "uvx",
      "args": [
        "mcp-proxy-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-proxy-server