Skip to content
Claude Desktop

splitwise mcp for Claude Desktop

io.github.chrischall/splitwise-mcp

Splitwise expense and group management for Claude — shared expenses, settle up, friends

client:Claude Desktop transport:stdio runtime:npm

Install splitwise mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "splitwise-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "splitwise-mcp"
      ],
      "env": {
        "SPLITWISE_API_KEY": "<SPLITWISE_API_KEY>",
        "SPLITWISE_OUTPUT_DIR": "<SPLITWISE_OUTPUT_DIR>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

splitwise mcp in other clients