2cli
Freeby MCP Community
Command-line proxy for any MCP server — call tools directly from the terminal
v1.3.2Added Apr 12, 2026
mcpmodel-context-protocolcliproxycommander
2cli MCP Server
Command-line proxy for any MCP server — call tools directly from the terminal
Installation
npx -y @tronsfey/mcp2cli
Reviews
Installation
Quick install
npx -y @tronsfey/mcp2cli
Add to claude_desktop_config.json
{
"mcpServers": {
"2cli": {
"command": "npx",
"args": ["-y", "@tronsfey/mcp2cli"]
}
}
}