Back to MCP Servers
LNbits
Am MCP server for LNbits Lightning Network wallet integration.
finance-fintech
By lnbits
Installation
npx -y LNbits-MCP-ServerConfiguration
{
"mcpServers": {
"LNbits-MCP-Server": {
"command": "npx",
"args": ["-y", "LNbits-MCP-Server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes