Lightning Wallet for VS Code
io.github.lightningfaucet/lightning-wallet-mcp
Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support.
client:VS Code
transport:stdio
runtime:npm
Install Lightning Wallet in VS Code
.vscode/mcp.json
{
"servers": {
"lightning-wallet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lightning-wallet-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs