Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support.
claude mcp add lightning-wallet-mcp -- npx -y lightning-wallet-mcp
claude_desktop_config.json
{
"mcpServers": {
"lightning-wallet-mcp": {
"command": "npx",
"args": [
"-y",
"lightning-wallet-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"lightning-wallet-mcp": {
"command": "npx",
"args": [
"-y",
"lightning-wallet-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lightning-wallet-mcp": {
"command": "npx",
"args": [
"-y",
"lightning-wallet-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"lightning-wallet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lightning-wallet-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"lightning-wallet-mcp": {
"command": "npx",
"args": [
"-y",
"lightning-wallet-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.lightningfaucet--lightning-wallet-mcp/reviews or the review_server meta-tool.
POST /mcp