Splitwise MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Splitwise MCP ServerHow much have I spent this month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Splitwise MCP Server
A custom MCP (Model Context Protocol) server that connects to your Splitwise account. Query your expenses, see who owes whom, and get category-wise spending breakdowns — all from your MCP client (Claude Desktop, Gemini CLI, etc).
Read-only · INR only
Features
Tool | Description |
| Your Splitwise user info |
| Friends with INR balances (who owes whom) |
| All groups with members and balances |
| Fetch expenses with date/group/friend filters |
| ⭐ Category-wise spending breakdown |
| All Splitwise categories & subcategories |
Related MCP server: splitwise-mcp
Setup
1. Get Splitwise API Credentials
Click Register your application
Fill in any name/description/URL (they can be placeholders)
After registering, you'll see your Consumer Key and Consumer Secret
On the same page, you'll find your API Key — this is tied to your personal account
2. Configure Credentials
Copy the example env file and fill in your credentials:
cp .env.example .envEdit .env:
SPLITWISE_CONSUMER_KEY=your_consumer_key
SPLITWISE_CONSUMER_SECRET=your_consumer_secret
SPLITWISE_API_KEY=your_api_key3. Install Dependencies
# Create a virtual environment (recommended)
python -m venv .venv
# Activate it
# Windows:
.venv\Scripts\activate
# macOS/Linux:
source .venv/bin/activate
# Install
pip install -e .4. Test with MCP Inspector
fastmcp dev inspector server.pyThis opens a web UI where you can test each tool interactively.
5. Configure Your MCP Client
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"splitwise": {
"command": "python",
"args": ["c:\\Project\\Spark MCP\\server.py"],
"env": {
"SPLITWISE_CONSUMER_KEY": "your_key",
"SPLITWISE_CONSUMER_SECRET": "your_secret",
"SPLITWISE_API_KEY": "your_api_key"
}
}
}
}Gemini CLI
Add to your ~/.gemini/settings.json:
{
"mcpServers": {
"splitwise": {
"command": "python",
"args": ["c:\\Project\\Spark MCP\\server.py"],
"env": {
"SPLITWISE_CONSUMER_KEY": "your_key",
"SPLITWISE_CONSUMER_SECRET": "your_secret",
"SPLITWISE_API_KEY": "your_api_key"
}
}
}
}Example Prompts
Once configured, try asking your AI assistant:
"How much have I spent this month?"
"Show me my spending by category for the last 3 months"
"Who owes me money?"
"What are my recent expenses in the Flat group?"
"What's my total spending on food this year?"
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Query your real net worth, spending, transactions, budgets and portfolio from any MCP client.
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for Codat — companies, connections, invoices, bills and financial statements.
Related MCP Servers
- FlicenseAqualityCmaintenanceA standalone MCP server that provides complete access to the Splitwise API, enabling natural language management of expenses, groups, friends, and notifications in MCP-compatible clients like Claude Desktop and VS Code Copilot.91-
- AlicenseNot gradedqualityDmaintenanceAn MCP server for Splitwise that lets you manage expenses, balances, settlements, groups, and comments in natural language from any MCP client.MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for Splitwise. Enables creating and managing expenses, splits, and groups directly from Claude without manual entry.-
- AlicenseNot gradedqualityCmaintenanceMCP server that exposes every endpoint from Splitwise's public self-serve API docs as MCP tools, covering 27 operations for managing expenses, users, and groups.592MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gotha8972/MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server