splitwise-mcp

AzeemWaqarRao/splitwise-mcp
★ 0 stars Python API Integration Updated today
MCP server created on Splitwise Rest API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "splitwise-mcp": {
      "command": "uvx",
      "args": [
        "splitwise-mcp"
      ]
    }
  }
}

Or install with pip: pip install splitwise-mcp

README Excerpt

A small [MCP](https://modelcontextprotocol.io) server (built with **expenses** directly. | Tool | What it does | |------|--------------| | `list_expenses` | List expenses (filter by group, friend, date ranges; paginated) | | `get_expense` | Get one expense's full details by id | | `create_expense` | Add an expense — split equally or with custom per-user shares |

Tools (5)

create_expensedelete_expenseget_expenselist_expensesupdate_expense