Lightning Wallet
Freeby MCP Community
Lightning wallet for AI agents. MCP server + CLI. Works with Claude Code, OpenClaw, Cursor, and any agent framework.
v1.3.2Added Apr 12, 2026
mcpmcp-servermodel-context-protocollightninglightning-network
Lightning Wallet MCP Server
Lightning wallet for AI agents. MCP server + CLI. Works with Claude Code, OpenClaw, Cursor, and any agent framework.
Installation
npx -y lightning-wallet-mcp
Reviews
Installation
Quick install
npx -y lightning-wallet-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"lightning-wallet": {
"command": "npx",
"args": ["-y", "lightning-wallet-mcp"]
}
}
}