loading…
Search for a command to run...
loading…
A lightweight MCP server for tracking personal expenses, income, and budget summaries using SQLite.
A lightweight MCP server for tracking personal expenses, income, and budget summaries using SQLite.
A lightweight MCP server for tracking personal expenses, income, and budget summaries using SQLite.
This server is designed for individuals or households — not for businesses or stock analysis.
DB_PATH)Install from PyPI:
pip install personal-finance-tracker
You can run the server using:
uvx personal-finance-tracker
Or configure it in a client like Cursor or other MCP-compatible tools:
{
"mcpServers": {
"personal-finance-tracker": {
"command": "uvx",
"args": ["personal-finance-tracker"],
"env": {
"DB_PATH": "/absolute/path/to/your/finance.db"
}
}
}
}
| Variable | Description | Default |
|---|---|---|
DB_PATH |
Path to the SQLite database file | expenses.db |
The database file is created and initialized automatically if it doesn't exist.
This MCP server is specifically scoped for personal finance. The underlying LLM is guided to:
✅ Use these tools when:
🚫 Avoid using for:
personal-finance-tracker/
├── src/
│ └── personal_finance_tracker/
│ └── main.py
├── pyproject.toml
├── README.md
ABRMS License
Run in your terminal:
claude mcp add personal-finance-tracker -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.