Skip to content

2cli

Free

by MCP Community

Command-line proxy for any MCP server — call tools directly from the terminal

v1.3.2Added Apr 12, 2026
mcpmodel-context-protocolcliproxycommander
Works with:ClaudeGPTGeminiCopilot

2cli MCP Server

Command-line proxy for any MCP server — call tools directly from the terminal

Installation

npx -y @tronsfey/mcp2cli

Reviews

Leave a Review

Installation

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