Skip to content

Proxy Server

Free

by MCP Community

An MCP proxy server that aggregates and serves multiple MCP resource servers through a single interface

v0.1.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y mcp-proxy-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "proxy-server": {
      "command": "npx",
      "args": ["-y", "mcp-proxy-server"]
    }
  }
}