Personal Finance Tracker
БесплатноНе проверен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.
README
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.
✨ Features
- 📌 Record personal expenses and income
- 📊 View monthly summaries and budget overviews
- 📈 Analyze monthly spending trends
- ⚙️ Configurable database path (
DB_PATH)
📦 Installation
Install from PyPI:
pip install personal-finance-tracker
🚀 Usage
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"
}
}
}
}
📁 Environment Variables
| 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.
🧠 Prompt Behavior
This MCP server is specifically scoped for personal finance. The underlying LLM is guided to:
✅ Use these tools when:
- The user asks about daily expenses, personal income, budgeting, household savings
🚫 Avoid using for:
- Business accounting
- Stock market analysis
- Corporate finance data
📂 Project Structure
personal-finance-tracker/
├── src/
│ └── personal_finance_tracker/
│ └── main.py
├── pyproject.toml
├── README.md
📝 License
ABRMS License
Установить Personal Finance Tracker в Claude Desktop, Claude Code, Cursor
unyly install personal-finance-trackerСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add personal-finance-tracker -- uvx personal-finance-trackerFAQ
Personal Finance Tracker MCP бесплатный?
Да, Personal Finance Tracker MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Personal Finance Tracker?
Нет, Personal Finance Tracker работает без API-ключей и переменных окружения.
Personal Finance Tracker — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Personal Finance Tracker в Claude Desktop, Claude Code или Cursor?
Открой Personal Finance Tracker на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Personal Finance Tracker with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
