nwc mcp for Claude Desktop
io.github.llmops-pro/nwc-mcp
Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.
client:Claude Desktop
transport:stdio
runtime:npm
Install nwc mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nwc-mcp": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs