Home › Other › cli2mcp

cli2mcp

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

TypeScript
★ 12 stars Last pushed 2026-04-29 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y cli2mcp@0.1.4

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry