mcpbeat Sign in

Lightbill MCP Server

local only

Lightbill MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from pypi.

LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment).

Installs per day peak 147 · avg 23 · -35% w/w
a month agotoday
82
Installs / week
pypi · lightbill-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Lightbill MCP Server 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 lightbill-mcp-server -- uvx lightbill-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lightbill-mcp-server": {
      "args": [
        "lightbill-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lightbill-mcp-server]
command = "uvx"
args = ["lightbill-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "lightbill-mcp-server": {
      "args": [
        "lightbill-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lightbill-mcp-server": {
      "args": [
        "lightbill-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LIGHTBILL_BASE_URL (Base URL LightBill API), LIGHTBILL_API_KEY (AI API key LightBill (X-AI-Key header)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lightbill MCP Server

same job, measured the same way
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
Billingserv
by billingserv

BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.

145 installs/wk local only
Alternative Payments
by wyre-technology

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
Alternative Payments
by wyre-ai

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
MCP Iugu
by codespar

MCP server for iugu — invoices, subscriptions, customers, payment methods

50 installs/wk local only
BTCPay Server MCP
by draket

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

local only
MCP Quickbooks
by codespar

MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L

23 installs/wk local only
NordicMCP — Stripe
by nordicmcp

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

answering

Lightbill MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Lightbill MCP Server?
Lightbill 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 lightbill-mcp-server was installed 82 times last week.
How do I connect Lightbill 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 lightbill-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Lightbill MCP Server?
The pypi package lightbill-mcp-server was installed 82 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.