mcpbeat Sign in

Lightningfaucet MCP Server

local only

Lightningfaucet runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 19 · avg 5 · -22% w/w
a month agotoday
39
Installs / week
npm · lightning-faucet-mcp
9
Stars
1 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Lightningfaucet every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-server -- npx -y lightning-faucet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "lightning-faucet-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "lightning-faucet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "lightning-faucet-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "lightning-faucet-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Lightningfaucet

same job, measured the same way
Lightning Wallet
by lightningfaucet

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

1 550 installs/wk local only
Maximum Sats
by joelklabo

Bitcoin & Lightning Network AI tools with native Lightning L402 micropayments.

local only
Lightning Enable MCP Server
by refined-element

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

565 installs/wk local only
XDC AI
by 0xbeny

Wallet and payments for AI agents: auto-pay x402 APIs in USDC on XDC, within on-chain limits.

answering
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
Spawnpay
by robocular

Crypto wallets, payments, and referral earnings for AI agents on Base L2

73 installs/wk local only
Txn
by txn

Wallets, payments and human hiring for AI agents: pay other agents, escrow a budget, hire a person.

58 installs/wk local only
ClawPay MCP — Non-Custodial x402 Payments for AI Agents
by up2itnow0822

Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.

53 installs/wk local only

Lightningfaucet — questions

Answers built from our own checks of this server.

Why is there no uptime for Lightningfaucet?
Lightningfaucet 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 npm package lightning-faucet-mcp was installed 39 times last week.
How do I connect Lightningfaucet?
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-faucet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Lightningfaucet?
The npm package lightning-faucet-mcp was installed 39 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lightningfaucet open source?
Yes — it is published under the MIT licence, written in TypeScript, 9 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.