An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.
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": {
"command": "go",
"args": [
"run",
"github.com/tbxark/mcp-proxy@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-proxy go run github.com/tbxark/mcp-proxy@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-proxy": {
"command": "go",
"args": [
"run",
"github.com/tbxark/mcp-proxy@latest"
]
}
}
}