Connect a bitcoin lightning wallet to your LLM using Nostr Wallet Connect (NWC.dev).
This MCP server uses the official MCP TypeScript SDK
This MCP server has knowledge of NWC, LNURL and L402 using Alby SDK and Alby Lightning Tools.
Use the remote Alby Bitcoin Payment MCP server or client-side by following the instructions on: https://github.com/getAlby/mcp/
Server Config
{
"mcpServers": {
"nwc": {
"command": "npx",
"args": [
"-y",
"@getalby/mcp"
],
"env": {
"NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE"
}
}
}
}