Skip to content
Cursor

Billium for Cursor

io.github.billiumhq/billium

Official Billium MCP server: manage crypto invoices, payments, and webhooks from any MCP host.

client:Cursor transport:stdio runtime:npm

Install Billium 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": {
    "billium": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@billium/mcp"
      ],
      "env": {
        "BILLIUM_API_KEY": "<BILLIUM_API_KEY>",
        "BILLIUM_MERCHANT_ID": "<BILLIUM_MERCHANT_ID>",
        "BILLIUM_BASE_URL": "<BILLIUM_BASE_URL>"
      }
    }
  }
}

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

Billium in other clients