Skip to content

Tool Router

Free

by MCP Community

Aggregates tools from multiple MCP servers into one

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

Tool Router MCP Server

Aggregates tools from multiple MCP servers into one

Installation

npx -y mcp-tool-router

Reviews

Leave a Review

Installation

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