Skip to content
Cursor

splitwise mcp for Cursor

io.github.chrischall/splitwise-mcp

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

client:Cursor transport:stdio runtime:npm

Install splitwise mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

splitwise mcp in other clients