Back to MCP Servers
Nwc
Bitcoin Lightning wallet integration powered by Nostr Wallet Connect
finance-fintech
By getalby
Installation
npx -y nwc-mcp-serverConfiguration
{
"mcpServers": {
"nwc-mcp-server": {
"command": "npx",
"args": ["-y", "nwc-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes