splitwise-mcp
Rank #5,214io.github.chrischall/splitwise-mcp
Splitwise expense and group management for Claude — shared expenses, settle up, friends
splitwise-mcp is a Model Context Protocol (MCP) server published by chrischall. It ranks #5,214 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. splitwise-mcp is listed across 2 registries — Official MCP and Glama, with 10 tracked versions. It was first listed on May 4, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 110,246 of 115,460 servers on MCP Toplist.
Use splitwise-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add splitwise-mcp -e "SPLITWISE_API_KEY=<your SPLITWISE_API_KEY>" -e "SPLITWISE_OUTPUT_DIR=<your SPLITWISE_OUTPUT_DIR>" -- npx -y splitwise-mcpReplace each placeholder with your own value before saving.
[mcp_servers.splitwise-mcp]
command = "npx"
args = ["-y", "splitwise-mcp"]
[mcp_servers.splitwise-mcp.env]
SPLITWISE_API_KEY = "<your SPLITWISE_API_KEY>"
SPLITWISE_OUTPUT_DIR = "<your SPLITWISE_OUTPUT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"splitwise-mcp": {
"command": "npx",
"args": [
"-y",
"splitwise-mcp"
],
"env": {
"SPLITWISE_API_KEY": "<your SPLITWISE_API_KEY>",
"SPLITWISE_OUTPUT_DIR": "<your SPLITWISE_OUTPUT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"splitwise-mcp": {
"command": "npx",
"args": [
"-y",
"splitwise-mcp"
],
"env": {
"SPLITWISE_API_KEY": "<your SPLITWISE_API_KEY>",
"SPLITWISE_OUTPUT_DIR": "<your SPLITWISE_OUTPUT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"splitwise-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"splitwise-mcp"
],
"env": {
"SPLITWISE_API_KEY": "<your SPLITWISE_API_KEY>",
"SPLITWISE_OUTPUT_DIR": "<your SPLITWISE_OUTPUT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"splitwise-mcp": {
"command": "npx",
"args": [
"-y",
"splitwise-mcp"
],
"env": {
"SPLITWISE_API_KEY": "<your SPLITWISE_API_KEY>",
"SPLITWISE_OUTPUT_DIR": "<your SPLITWISE_OUTPUT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"splitwise-mcp": {
"command": "npx",
"args": [
"-y",
"splitwise-mcp"
],
"env": {
"SPLITWISE_API_KEY": "<your SPLITWISE_API_KEY>",
"SPLITWISE_OUTPUT_DIR": "<your SPLITWISE_OUTPUT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Fsplitwise-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fsplitwise-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fsplitwise-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- opentable-mcp#5,296 · 12 vers
- signupgenius-mcp#5,384 · 9 vers
Available versions (10)
| Version | Published |
|---|---|
| 2.3.0 | Aug 31, 2026 |
| 2.2.2 | Aug 28, 2026 |
| 2.2.0 | Aug 22, 2026 |
| 2.1.6 | Aug 9, 2026 |
| 2.1.5 | Jul 27, 2026 |
| 2.1.4 | Jul 27, 2026 |
| 2.1.1 | Jul 19, 2026 |
| 2.0.10 | Jul 5, 2026 |
| 2.0.9 | Jun 13, 2026 |
| 2.0.2 | May 4, 2026 |
Frequently asked questions
- Who maintains splitwise-mcp?
- splitwise-mcp is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is splitwise-mcp listed on the Official MCP Registry?
- Yes — splitwise-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does splitwise-mcp have?
- MCP Toplist tracks 10 versions of splitwise-mcp, most recently published on Aug 31, 2026.
- Where can I find the source code for splitwise-mcp?
- The source code for splitwise-mcp is hosted at github.com/chrischall/splitwise-mcp.