Odel
Lightning Wallet

Lightning Wallet

Local
@lightningfaucet9JavaScriptMITUpdated 2mo ago

Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlightning-wallet-mcpv1.5.0

Run

npx -y lightning-wallet-mcp

MCP client config

{
  "mcpServers": {
    "lightning-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "lightning-wallet-mcp"
      ]
    }
  }
}