Skip to content
Grok

nwc mcp for Grok

io.github.llmops-pro/nwc-mcp

Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.

client:Grok transport:stdio runtime:npm

Install nwc mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "nwc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nwc-mcp"
      ],
      "env": {
        "NWC_CONNECTION_STRING": "<NWC_CONNECTION_STRING>",
        "NWC_DAILY_BUDGET_SATS": "<NWC_DAILY_BUDGET_SATS>",
        "NWC_READ_ONLY": "<NWC_READ_ONLY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

nwc mcp in other clients