Loading...
npx -y{
"mcpServers": {
"nwc": {
"command": "npx",
"args": ["-y", "@getalby/nwc-mcp-server"],
"env": {
"NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE"
}
}
}
}nwc_invoiceCreates a Lightning invoice for payment.
Involves creating financial requests.
nwc_payPays a Lightning invoice.
Directly executes financial transactions.
nwc_get_balanceRetrieves the balance of the connected Lightning wallet.
Read-only operation.
nwc_get_infoRetrieves information about the connected Lightning wallet.
Read-only operation.
The NWC MCP Server's safety depends heavily on the configuration of the NWC connection and the permissions granted. It's relatively safe for read-only operations or when user approval is strictly enforced for all transactions. However, it becomes risky if the NWC connection string is exposed or if the agent is granted broad permissions without sufficient oversight.