Skip to content
Cursor

mcp server clawhub for Cursor

io.github.aiwerk/mcp-server-clawhub

ClawHub.ai skill catalog: search, browse, inspect, and download skills (token unlocks publish).

client:Cursor transport:stdio runtime:npm

Install mcp server clawhub in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-clawhub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-clawhub"
      ],
      "env": {
        "CLAWHUB_TOKEN": "<CLAWHUB_TOKEN>"
      }
    }
  }
}

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

mcp server clawhub in other clients