Skip to content
Zed

splitwise mcp for Zed

io.github.chrischall/splitwise-mcp

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

client:Zed transport:stdio runtime:npm

Install splitwise mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

splitwise mcp in other clients