PluginBench
MCP Server

io.github.llmops-pro/nwc-mcp MCP Server

io.github.llmops-pro/nwc-mcp

What is the io.github.llmops-pro/nwc-mcp MCP server?

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

How to install io.github.llmops-pro/nwc-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NWC_CONNECTION_STRING
    required
    secret

    Nostr Wallet Connect connection string (nostr+walletconnect://...)

  • NWC_DAILY_BUDGET_SATS

    Daily spend cap in sats

  • NWC_READ_ONLY

    Set true to block all spend tools

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nwc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nwc-mcp"
      ],
      "env": {
        "NWC_CONNECTION_STRING": "<YOUR_NWC_CONNECTION_STRING>",
        "NWC_DAILY_BUDGET_SATS": "<YOUR_NWC_DAILY_BUDGET_SATS>",
        "NWC_READ_ONLY": "<YOUR_NWC_READ_ONLY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nwc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nwc-mcp"
      ],
      "env": {
        "NWC_CONNECTION_STRING": "<YOUR_NWC_CONNECTION_STRING>",
        "NWC_DAILY_BUDGET_SATS": "<YOUR_NWC_DAILY_BUDGET_SATS>",
        "NWC_READ_ONLY": "<YOUR_NWC_READ_ONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nwc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nwc-mcp"
      ],
      "env": {
        "NWC_CONNECTION_STRING": "<YOUR_NWC_CONNECTION_STRING>",
        "NWC_DAILY_BUDGET_SATS": "<YOUR_NWC_DAILY_BUDGET_SATS>",
        "NWC_READ_ONLY": "<YOUR_NWC_READ_ONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nwc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nwc-mcp"
      ],
      "env": {
        "NWC_CONNECTION_STRING": "<YOUR_NWC_CONNECTION_STRING>",
        "NWC_DAILY_BUDGET_SATS": "<YOUR_NWC_DAILY_BUDGET_SATS>",
        "NWC_READ_ONLY": "<YOUR_NWC_READ_ONLY>"
      }
    }
  }
}
Claude Code
claude mcp add nwc-mcp --env NWC_CONNECTION_STRING=<YOUR_NWC_CONNECTION_STRING> --env NWC_DAILY_BUDGET_SATS=<YOUR_NWC_DAILY_BUDGET_SATS> --env NWC_READ_ONLY=<YOUR_NWC_READ_ONLY> -- npx -y nwc-mcp

Related MCP servers

Admin an Alby Hub Lightning node from an agent: info, balances, channels; safety-gated writes.

View repository →

No-KYC web search for AI agents, paid per query in Lightning sats (L402). Holds no keys.

View repository →

Publish Nostr marketplace listings (NIP-15 + Shopstr kinds 30019/30402) so agents can run a store.

View repository →

Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log.

View repository →

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

View repository →