Skip to content
Cursor

clihub for Cursor

com.clihub/clihub

Convert any CLI binary to an MCP server via `ch mcp wrap`; discover CLI tools & recipes.

client:Cursor transport:stdio runtime:npm

Install clihub in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "clihub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@clihub/cli"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

clihub in other clients