mcpbeat Sign in
C

Splitbill MCP Server

local only

Splitbill runs on your own machine — the client starts it, so there is no endpoint to ping.

Split bills and collect payments through PayNow (Singapore) from your AI. MCP server for SplitBill.

Installs / week
npm · splitbill-mcp
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

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

This one needs environment variables set before it will start: SPLITBILL_TOKEN (Your SplitBill key from https://sposched.jittee.com/split/mcp/ (starts with wkn_). It carries the PayNow account that collects the money.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Splitbill

same job, measured the same way
Spraay X402 MCP
by plagtech

MCP server for Spraay x402 Gateway. 60 tools for crypto payments, DeFi, and AI on Base.

32 installs/wk local only
Junto MCP
by vrllrv

The payment protocol for people and agents. One MCP server, any payment rail.

36 installs/wk local only
Revolut MCP
by jeff-nasseri

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

54 installs/wk local only
MCP Celcoin
by codespar

MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups

34 installs/wk local only
MCP Invoicenow Sg
by cmendezs

MCP server for Singapore electronic invoicing (InvoiceNow)

529 installs/wk local only
Stripe
by stripe

MCP server integrating with Stripe - tools for customers, products, payments, and more.

answering
MCP Zoop
by codespar

MCP server for Zoop — marketplace payments, splits, sellers, buyers, transfers

38 installs/wk local only
Pyrimid Protocol
by pyrimid

Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

7 tools answering

Splitbill — questions

Answers built from our own checks of this server.

Why is there no uptime for Splitbill?
Splitbill 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 splitbill-mcp.
How do I connect Splitbill?
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 splitbill-mcp straight from npm; nothing to host, nothing to sign up for.