mcpbeat Sign in

Billingserv MCP Server

by billingserv Your server? Claim it
local only

Billingserv runs on your own machine — the client starts it, so there is no endpoint to ping. 145 installs a week from npm. Last commit 24 Aug 2026.

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

Installs per day peak 180 · avg 31 · +60% w/w
a month agotoday
145
Installs / week
npm · @billingserv/mcp-server
0
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: BILLINGSERV_API_BASE_URL (BillingServ API v2 base URL, e.g. https://billing.example.com/api/v2), BILLINGSERV_API_KEY (BillingServ API key), BILLINGSERV_TIMEOUT_MS (Request timeout in milliseconds (default 15000)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Billingserv

same job, measured the same way
QuickBooks Online
by wyre-technology

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
QuickBooks Online
by wyre-ai

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
MCP Omie
by codespar

MCP server for Omie — ERP, customers, products, orders, invoices, financials

25 installs/wk local only
Eqvitta MCP
by eqvitta

Eqvitta MCP: GST billing, ledgers, invoices, stock and financial reports for Claude.

275 installs/wk local only
NordicMCP — Stripe
by nordicmcp

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

answering
Xero
by mindstone

Xero MCP server for invoices, contacts, payments, quotes, and financial reports.

73 installs/wk local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only

Billingserv — questions

Answers built from our own checks of this server.

Why is there no uptime for Billingserv?
Billingserv 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 @billingserv/mcp-server was installed 145 times last week.
How do I connect Billingserv?
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 @billingserv/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Billingserv?
The npm package @billingserv/mcp-server was installed 145 times in the last week. Week over week that is +60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Billingserv open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.