Personal Finance Tracker
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Personal Finance Trackeradd a $45 expense for gas"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Personal Finance Tracker (MCP Server)
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)
Related MCP server: local-expense-tracker
š¦ Installation
Install from PyPI:
pip install personal-finance-trackerš Usage
You can run the server using:
uvx personal-finance-trackerOr 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 |
| Path to the SQLite database file |
|
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA lightweight server built with FastMCP and SQLite for managing personal finances. It allows users to add, list, and summarize expenses by category through MCP-compatible clients.Last updated
- Flicense-qualityDmaintenanceA local MCP server for tracking personal expenses using SQLite, enabling users to add, list, and summarize expenses via natural language.Last updated
- Flicense-qualityBmaintenanceA simple MCP server for tracking expenses in a local SQLite database, enabling add, read, update, delete, and summarization of expenses with predefined categories.Last updated
- Flicense-qualityCmaintenanceA lightweight local MCP server for tracking personal or small-team expenses. It lets you add expense entries, list transactions within a date range, and generate simple summaries by category ā all backed by a local SQLite database.Last updated
Related MCP Connectors
A basic MCP server to operate on the Postman API.
MCP server for URL shortening and management
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lantip/mcp-personal-finance-tracker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server