MCP Server
MCP
io.github.chrischall/splitwise-mcp
Splitwise expense and group management for Claude — shared expenses, settle up, friends
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
By
Comments
Sign in to leave a comment