mcp-proxy

sevket/mcp-proxy
★ 0 stars JavaScript AI/LLM Updated today
Lightweight MCP proxy that consolidates multiple MCP servers into single meta-tools — bypass per-client tool limits without losing functionality
View on GitHub → 🔍 Audit Wallet Slippage →

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": "npx",
      "args": [
        "-y",
        "sevket/mcp-proxy"
      ]
    }
  }
}

README Excerpt

A lightweight proxy that consolidates multiple [MCP](https://modelcontextprotocol.io) servers behind a single endpoint. Each child MCP server is exposed as **one meta-tool** — the agent sees N tools instead of hundreds, while retaining full access to every sub-tool. MCP clients like Claude Desktop, Antigravity, and others enforce a **tool limit** (commonly 100). A single MCP server like `@digitalocean/mcp` alone registers 190+ tools. Add Playwright, Serena, or any others and you quickly exceed t

Tools (2)

tool_inputtool_name