Proxy Server
Freeby MCP Community
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single interface
v0.1.2Added Apr 12, 2026
Proxy Server MCP Server
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single interface
Installation
npx -y mcp-proxy-server
Reviews
Installation
Quick install
npx -y mcp-proxy-server
Add to claude_desktop_config.json
{
"mcpServers": {
"proxy-server": {
"command": "npx",
"args": ["-y", "mcp-proxy-server"]
}
}
}