mcp-dealer

MrBenJ/mcp-dealer
★ 0 stars TypeScript 🤖 AI/LLM Updated 4d ago
A broker MCP server that proxies on-demand to a fleet of MCP servers, plus a localhost web UI for managing them.
View on GitHub → Try with Claude — $10 free →

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-dealer": {
      "command": "npx",
      "args": [
        "-y",
        "MrBenJ/mcp-dealer"
      ]
    }
  }
}

README Excerpt

A broker MCP server that proxies to a fleet of on-demand MCP servers. Instead of paying the token cost of loading every MCP server at session start, your agent gets a four-tool surface — `list_servers`, `list_tools`, `invoke`, `refresh` — and the broker spins up each underlying server only when it's actually used.