Odel
cli2mcp

cli2mcp

Local
@ronieneubauer12TypeScriptMITUpdated 4mo ago

Wrap any CLI as a Model Context Protocol server - schema auto-inferred from --help.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcli2mcpv0.1.4

Run

npx -y cli2mcp

MCP client config

{
  "mcpServers": {
    "cli2mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cli2mcp"
      ]
    }
  }
}