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