About this integration
Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support.
- Transport
- stdio
- Authentication
- api-key
- Initial setup
- user-authorization
- Runtime
- unattended
- Evidence
- documented
- Version
- 1.7.0
- Package
- lightning-wallet-mcp
- Last compatibility test
- Not independently tested
Connect your agent
lightning-wallet-mcpPublisher documentation reviewed; package, wallet, and payments not executed. Initial operator registration includes email verification; later sessions can reuse a stored or environment API key.
Capabilities: Pay Lightning invoices, Receive Lightning payments, Apply per-agent spending budgets
Connected profiles
Additional details
io.github.lightningfaucet/lightning-wallet-mcp
Source ↗ · Checked 2026-09-171.7.0
Source ↗ · Checked 2026-09-17CC0-1.0; package licenses are separate
Source ↗ · Checked 2026-09-17npm
Source ↗ · Checked 2026-09-17lightning-wallet-mcp
Source ↗ · Checked 2026-09-191.7.0
Source ↗ · Checked 2026-09-19- **Credentials persist.** `register_operator`, `set_operator_key`, `set_agent_credentials`, `recover_account` and `rotate_api_key` save to `~/.lightning-wallet/credentials.json`; the server loads it on start when `LIGHTNING_WALLET_API_KEY` is unset. `forget_credentials` (tool) and `lw forget` delete it. `LIGHTNING_WALLET_NO_PERSIST=1` disables writes. - **Pay straight from the operator key.** `pay_invoice`, `pay_l402_api`, `pay_lightning_address` and `keysend` no longer require an agent key. Th
Source ↗ · Checked 2026-09-19```json { "mcpServers": { "lightning-wallet": { "command": "npx", "args": ["-y", "lightning-wallet-mcp"], "env": { "LIGHTNING_WALLET_API_KEY": "lf_your_operator_key" } } } } ```
Source ↗ · Checked 2026-09-19claude mcp add lightning-wallet -- npx -y lightning-wallet-mcp
Source ↗ · Checked 2026-09-19Publisher documentation reviewed; package and integration endpoint not executed or independently security-audited.
Source ↗ · Checked 2026-09-19