Loading MCP server directory, please wait...
Split bills and collect payments through PayNow (Singapore) from your AI. MCP server for SplitBill.
npx @getmcp/cli add com.jittee/splitbillRequires Node.js 18+. Community-contributed server. Review source before installing.
SPLITBILL_TOKENYour SplitBill key from https://sposched.jittee.com/split/mcp/ (starts with wkn_). It carries the PayNow account that collects the money.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.jittee/splitbill": {
"command": "npx",
"args": [
"-y",
"splitbill-mcp"
],
"env": {
"SPLITBILL_TOKEN": ""
}
}
}
}