expense mcp for Cursor
io.github.justfsl50/expense-mcp
Personal Expense Tracker MCP Server — expenses, income, budgets & savings goals
client:Cursor
transport:stdio
runtime:pypi
Install expense mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"expense-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"expense-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"CURRENCY": "<CURRENCY>",
"DEFAULT_USER": "<DEFAULT_USER>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs