mcp-proxy-server

adamwattis/mcp-proxy-server
★ 197 stars TypeScript 📦 Other Updated 2mo ago
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single interface
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": "npx",
      "args": [
        "-y",
        "adamwattis/mcp-proxy-server"
      ]
    }
  }
}