mcp2cli

knowsuchagency/mcp2cli
★ 880 stars Python 💻 Code/Dev Tools Updated 1mo ago
Turn any MCP server or OpenAPI spec into a CLI — at runtime, with zero codegen
View on GitHub →

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": "uvx",
      "args": [
        "mcp2cli"
      ]
    }
  }
}

Or install with pip: pip install mcp2cli