mcpbeat Sign in

Lightning Enable MCP Server

by refined-element Your server? Claim it
local only

Lightning Enable MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 565 installs a week from pypi. Last commit 11 Sep 2026.

AI agent Lightning payments: L402, invoices, wallets, API discovery, budgets, self-serve signup.

Installs per day peak 757 · avg 211 · -63% w/w
a month agotoday
565
Installs / week
pypi · lightning-enable-mcp
9
Stars
15 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
C#

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

File ships in the package but is absent from the source [пакет] src/lightning_enable_mcp/confirmation_channel.py:1, [пакет] src/lightning_enable_mcp/__init__.py:1, [пакет] src/lightning_enable_mcp/_redirect.py:1 и ещё 52
файл ставится пользователю, в репозитории его нет, и в нём есть опасный вызов
            lowered in ("localhost", "metadata", "metadata.google.internal", "metadata.goog", "metadata.azure.com")
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            using var p = System.Diagnostics.Process.Start(psi);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Lightning Enable MCP Server and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lightning-enable-mcp -- uvx lightning-enable-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lightning-enable-mcp": {
      "args": [
        "lightning-enable-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lightning-enable-mcp]
command = "uvx"
args = ["lightning-enable-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "lightning-enable-mcp": {
      "args": [
        "lightning-enable-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lightning-enable-mcp": {
      "args": [
        "lightning-enable-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: STRIKE_API_KEY (Strike API key for Lightning payments (recommended wallet)), NWC_CONNECTION_STRING (Nostr Wallet Connect URI (for NWC wallets like CoinOS, CLINK, Alby Hub)), LND_REST_HOST (LND REST API host (e.g., localhost:8080)), LND_MACAROON_HEX (LND admin macaroon in hex format), OPENNODE_API_KEY (OpenNode API key (direct payments only, no L402 support)), LIGHTNING_ENABLE_API_KEY (Lightning Enable API key (unlocks producer + ASA tools). Optional: no key? The create_lightning_enable_account tool self-provisions one for ~100 sats over Lightning — no card, no subscription required.), LIGHTNING_ENABLE_TOOL_PROFILE (How many tools to advertise: lite (the five spend/read basics), standard (default), or full (adds the deprecated legacy names), or full (adds the pre-consolidation tool names).), AGENT_RELAY_URL (Nostr relay URL for agent events (default: wss://agents.lightningenable.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lightning Enable MCP Server

same job, measured the same way
BTCPay Server MCP
by draket

21 tools for AI agents to manage BTCPay Server: invoices, payments, stores, webhooks, Lightning

local only
Lightning Wallet
by lightningfaucet

Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support.

1 550 installs/wk local only
Lightningfaucet
by lightningfaucet

Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support.

39 installs/wk local only
Cinderwright API
by cinderwright-ai

Cross-protocol agent payments hub. x402, MPP, L402/Lightning. 1551 services indexed.

43 installs/wk local only
Tochka Bank
by dontsovcmc

MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions

154 installs/wk local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
Aibtcdev
by aibtcdev

Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, x402 payments.

1 140 installs/wk local only
HPP x402 MCP Bridge
by hpp-io

MCP bridge for autonomous x402 payments in HPP USDC.e — discover and pay for services per call.

93 installs/wk local only

Lightning Enable MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Lightning Enable MCP Server?
Lightning Enable MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package lightning-enable-mcp was installed 565 times last week.
How do I connect Lightning Enable MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls lightning-enable-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Lightning Enable MCP Server?
The pypi package lightning-enable-mcp was installed 565 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lightning Enable MCP Server open source?
Yes — it is published under the MIT licence, written in C#, 9 stars on GitHub and 15 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.