SERVER

Lightning Enable MCP Server

Rank #2908

io.github.refined-element/lightning-enable-mcp

MCP server that enables AI agents to make autonomous Bitcoin Lightning Network payments using the L402 protocol. Agents can pay for API access, purchase resources, and complete transactions without human intervention — invoice comes in, sats go out, done.

First listed
Feb 11, 2026
Last publish date
May 9, 2026
OVERVIEW

Lightning Enable MCP Server is a Model Context Protocol (MCP) server published by refined-element. It ranks #2908 of 58,832 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Lightning Enable MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 29 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on May 9, 2026.

STANDING
#2,908of 58,832 tracked serversTop 5%

Ranks ahead of 55,924 of 58,832 servers on MCP Toplist.

CONNECT

Use Lightning Enable MCP Server

Add Lightning Enable MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

NuGet package
{
  "mcpServers": {
    "lightning-enable-mcp": {
      "command": "dnx",
      "args": [
        "LightningEnable.Mcp"
      ],
      "env": {
        "STRIKE_API_KEY": "<your STRIKE_API_KEY>",
        "NWC_CONNECTION_STRING": "<your NWC_CONNECTION_STRING>",
        "LND_REST_HOST": "<your LND_REST_HOST>",
        "LND_MACAROON_HEX": "<your LND_MACAROON_HEX>",
        "OPENNODE_API_KEY": "<your OPENNODE_API_KEY>",
        "OPENNODE_ENVIRONMENT": "<your OPENNODE_ENVIRONMENT>",
        "L402_MAX_SATS_PER_REQUEST": "<your L402_MAX_SATS_PER_REQUEST>",
        "L402_MAX_SATS_PER_SESSION": "<your L402_MAX_SATS_PER_SESSION>",
        "LIGHTNING_ENABLE_API_KEY": "<your LIGHTNING_ENABLE_API_KEY>",
        "AGENT_RELAY_URL": "<your AGENT_RELAY_URL>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Python package (PyPI)
{
  "mcpServers": {
    "lightning-enable-mcp": {
      "command": "uvx",
      "args": [
        "lightning-enable-mcp"
      ],
      "env": {
        "STRIKE_API_KEY": "<your STRIKE_API_KEY>",
        "NWC_CONNECTION_STRING": "<your NWC_CONNECTION_STRING>",
        "LND_REST_HOST": "<your LND_REST_HOST>",
        "LND_MACAROON_HEX": "<your LND_MACAROON_HEX>",
        "OPENNODE_API_KEY": "<your OPENNODE_API_KEY>",
        "L402_MAX_SATS_PER_REQUEST": "<your L402_MAX_SATS_PER_REQUEST>",
        "L402_MAX_SATS_PER_SESSION": "<your L402_MAX_SATS_PER_SESSION>",
        "LIGHTNING_ENABLE_API_KEY": "<your LIGHTNING_ENABLE_API_KEY>",
        "AGENT_RELAY_URL": "<your AGENT_RELAY_URL>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Docker image
{
  "mcpServers": {
    "lightning-enable-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/refinedelement/lightning-enable-mcp:1.12.9"
      ],
      "env": {
        "STRIKE_API_KEY": "<your STRIKE_API_KEY>",
        "NWC_CONNECTION_STRING": "<your NWC_CONNECTION_STRING>",
        "LND_REST_HOST": "<your LND_REST_HOST>",
        "LND_MACAROON_HEX": "<your LND_MACAROON_HEX>",
        "OPENNODE_API_KEY": "<your OPENNODE_API_KEY>",
        "L402_MAX_SATS_PER_REQUEST": "<your L402_MAX_SATS_PER_REQUEST>",
        "L402_MAX_SATS_PER_SESSION": "<your L402_MAX_SATS_PER_SESSION>",
        "LIGHTNING_ENABLE_API_KEY": "<your LIGHTNING_ENABLE_API_KEY>",
        "AGENT_RELAY_URL": "<your AGENT_RELAY_URL>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 2 registries (1 delisted)

GlamaDelisted · last seen Apr 27, 2026
ORGANIZATION

refined-element

Organization
Total servers
1
Total versions
29
VERSIONS

Available versions (29)

VersionPublished
1.12.9May 9, 2026
1.12.8May 4, 2026
1.12.7May 4, 2026
1.12.6May 3, 2026
1.12.4Apr 28, 2026
1.12.3Apr 18, 2026
1.12.2Apr 10, 2026
1.12.1Mar 22, 2026
1.12.0Mar 21, 2026
1.11.5Mar 19, 2026
1.11.4Mar 17, 2026
1.11.3Mar 16, 2026
1.11.2Mar 15, 2026
1.11.1Mar 15, 2026
1.11.0Mar 15, 2026
1.10.1Mar 15, 2026
1.10.0Mar 15, 2026
1.9.0Mar 14, 2026
1.8.0Mar 13, 2026
1.6.9Mar 4, 2026
1.6.8Mar 3, 2026
1.6.7Mar 3, 2026
1.6.6Mar 3, 2026
1.6.5Mar 3, 2026
1.6.4Mar 3, 2026
1.6.3Mar 3, 2026
1.6.2Feb 11, 2026
1.6.1Feb 11, 2026
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is Lightning Enable MCP Server?
MCP server that enables AI agents to make autonomous Bitcoin Lightning Network payments using the L402 protocol. Agents can pay for API access, purchase resources, and complete transactions without human intervention — invoice comes in, sats go out, done.
Who maintains Lightning Enable MCP Server?
Lightning Enable MCP Server is maintained by refined-element, which publishes 1 MCP server (29 total versions) tracked on MCP Toplist.
Is Lightning Enable MCP Server an official MCP server?
Yes — Lightning Enable MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
How many versions does Lightning Enable MCP Server have?
MCP Toplist tracks 29 versions of Lightning Enable MCP Server, most recently published on May 9, 2026.
Where can I find the source code for Lightning Enable MCP Server?
The source code for Lightning Enable MCP Server is hosted at github.com/refined-element/lightning-enable-mcp.
EXPLORE