AI agent Lightning payments: L402, invoices, wallets, API discovery, budgets, self-serve signup.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Published to NuGet as `LightningEnable.Mcp` — run it with your .NET MCP host.
Run
uvx lightning-enable-mcp
MCP client config
{
"mcpServers": {
"lightning-enable-mcp-server": {
"command": "uvx",
"args": [
"lightning-enable-mcp"
]
}
}
}Run
docker run -i --rm docker.io/refinedelement/lightning-enable-mcp:1.24.1
MCP client config
{
"mcpServers": {
"lightning-enable-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/refinedelement/lightning-enable-mcp:1.24.1"
]
}
}
}