Skip to content
Cursor

bolthub for Cursor

ai.bolthub/mcp

The bolthub API marketplace, L402 gateways, and your other MCP servers, on one Lightning budget.

client:Cursor transport:stdio runtime:npm

Install bolthub 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": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bolthub/mcp"
      ],
      "env": {
        "LND_REST_HOST": "<LND_REST_HOST>",
        "LND_MACAROON": "<LND_MACAROON>",
        "NWC_URI": "<NWC_URI>",
        "LNBITS_URL": "<LNBITS_URL>",
        "LNBITS_ADMIN_KEY": "<LNBITS_ADMIN_KEY>",
        "PHOENIXD_URL": "<PHOENIXD_URL>",
        "PHOENIXD_PASSWORD": "<PHOENIXD_PASSWORD>",
        "BUDGET_SATS": "<BUDGET_SATS>",
        "BOLTHUB_ACCOUNT_TOKEN": "<BOLTHUB_ACCOUNT_TOKEN>"
      }
    }
  }
}

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

bolthub in other clients