← Index

cli2mcp

io.github.RonieNeubauer/cli2mcp·v0.1.4·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cli2mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cli2mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cli2mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cli2mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y cli2mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other