MCP Server
MCP
io.github.justfsl50/expense-mcp
Personal Expense Tracker MCP Server — expenses, income, budgets & savings goals
Install
uvx expense-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "expense-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SQLite or PostgreSQL database URL",
"format": "string",
"name": "DATABASE_URL"
},
{
"description": "Currency symbol (default: ₹)",
"format": "string",
"name": "CURRENCY"
},
{
"description": "User ID for multi-user setups",
"format": "string",
"name": "DEFAULT_USER"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment