Toolrouter
Freeby MCP Community
MCP server + CLI for ToolRouter — discover, search, and call AI tools from any agent or terminal
v0.2.7Added Apr 12, 2026
mcpmcp-servermodel-context-protocolmodelcontextprotocoltoolrouter
Toolrouter MCP Server
MCP server + CLI for ToolRouter — discover, search, and call AI tools from any agent or terminal
Installation
npx -y toolrouter-mcp
Reviews
Installation
Quick install
npx -y toolrouter-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"toolrouter": {
"command": "npx",
"args": ["-y", "toolrouter-mcp"]
}
}
}