mcp2cli

shirk33y/mcp2cli
★ 0 stars Unknown language AI/LLM Updated 6d ago
CLI wrapper for any MCP server. No need to install and restart agent, available today. Can be run in parallel in single tool call (unlike MCP), USAGE is new MCP schema (bloated). It probably saves some tokens.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp2cli": {
      "command": "npx",
      "args": [
        "-y",
        "shirk33y/mcp2cli"
      ]
    }
  }
}