splitbill for Claude Desktop
com.jittee/splitbill
Split bills and collect payments through PayNow (Singapore) from your AI. MCP server for SplitBill.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:3
Install splitbill in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"splitbill": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://jittee.com/mcp/splitbill"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs