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 Yes, Personal Finance Tracker MCP is free — one-click install via Unyly at no cost.
No, Personal Finance Tracker runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open Personal Finance Tracker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Query your database in natural language
by AnthropicA universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devThis server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashRead-only database access with schema inspection.
by modelcontextprotocolNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs