Skip to content
Cursor

paywall mcp for Cursor

io.github.llmops-pro/paywall-mcp

Lightning-paywall sidecar: wraps any stdio MCP server, requires paid invoices before tool calls.

client:Cursor transport:stdio runtime:npm

Install paywall mcp 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": {
    "paywall-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "paywall-mcp"
      ],
      "env": {
        "PAYWALL_UPSTREAM_COMMAND": "<PAYWALL_UPSTREAM_COMMAND>",
        "PAYWALL_UPSTREAM_ARGS": "<PAYWALL_UPSTREAM_ARGS>",
        "NWC_CONNECTION_STRING": "<NWC_CONNECTION_STRING>",
        "PAYWALL_DEFAULT_PRICE_SATS": "<PAYWALL_DEFAULT_PRICE_SATS>",
        "PAYWALL_PRICE_MAP": "<PAYWALL_PRICE_MAP>"
      }
    }
  }
}

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

paywall mcp in other clients