Skip to content

Cli

Free

by MCP Community

CLI for MCP Router - connect to an MCP HTTP server

v0.2.0Added Apr 12, 2026
mcpcliroutermodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Cli MCP Server

CLI for MCP Router - connect to an MCP HTTP server

Installation

npx -y @mcp_router/cli

Reviews

Leave a Review

Installation

Quick install
npx -y @mcp_router/cli
Add to claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": ["-y", "@mcp_router/cli"]
    }
  }
}