← Back to Plugins
MCP Server MCP

io.github.chrischall/splitwise-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "splitwise-mcp",
      "version": "2.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Splitwise API key (splitwise.com/apps/api)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SPLITWISE_API_KEY"
        },
        {
          "description": "Directory sw_get_receipt writes downloaded receipts into (default: the working directory)",
          "format": "string",
          "name": "SPLITWISE_OUTPUT_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...