Skip to content
Grok

splitwise mcp for Grok

io.github.chrischall/splitwise-mcp

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

client:Grok transport:stdio runtime:npm

Install splitwise mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

splitwise mcp in other clients