An MCP proxy server that aggregates and serves multiple MCP resource servers through a single interface
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-proxy-server npx -y adamwattis/mcp-proxy-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-proxy-server": {
"command": "npx",
"args": [
"-y",
"adamwattis/mcp-proxy-server"
]
}
}
}