Server data from the Official MCP Registry
Personal finance MCP server with budgeting, analytics, and PostgreSQL.
Personal finance MCP server with budgeting, analytics, and PostgreSQL.
Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
4 files analyzed ยท 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DATABASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ronit-019-finance-intelligence-mcp": {
"env": {
"DATABASE_URL": "your-database-url-here"
},
"args": [
"finance-intelligence-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
Finance Intelligence MCP is a production-ready Model Context Protocol (MCP) server that enables AI assistants (like Claude, Cursor, and others) to securely manage and analyze personal finances through natural language.
Released under the MIT License and designed to be extended with additional finance tools.
Unlike standard cloud-based personal finance apps, Finance Intelligence MCP keeps all financial data under your absolute control.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ MCP Client โ
โ (Claude Desktop, Cursor, etc) โ
โโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโ
โ
โ (STDIO Transport Protocol)
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Finance Intelligence Server โ
โ (Local) โ
โโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโ
โ
โ (Direct SQL Pool Connection)
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ PostgreSQL Database โ
โ (Supabase, Local, RDS, etc) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
overall spending, specific category thresholds, or down to nested subcategory targets.stdioIf you have uv installed, get started in 2 lines:
git clone https://github.com/Ronit-019/Finance-Intelligence-MCP.git
cd Finance-Intelligence-MCP
uv sync
The easiest, free option is Supabase:
postgresql://postgres.[your-project-ref]:[your-password]@aws-0-us-east-1.pooler.supabase.com:5432/postgres[your-password] with your database password).Clone the codebase to a directory on your machine:
git clone https://github.com/Ronit-019/Finance-Intelligence-MCP.git
cd Finance-Intelligence-MCP
Copy the absolute path of this directory (e.g. C:/Users/Admin/Desktop/Finance-Intelligence-MCP).
Note: Always use forward slashes (/) for paths in JSON configs.
If you do not have uv installed, install from the project metadata:
pip install -e .
claude_desktop_config.json):
Win + R, paste %APPDATA%\Claude\claude_desktop_config.json and press Enter.~/Library/Application Support/Claude/claude_desktop_config.json in Finder's Go to Folder.mcpServers:{
"mcpServers": {
"finance-intelligence": {
"command": "uv",
"args": [
"--directory",
"REPLACE_WITH_ABSOLUTE_PATH_TO_CLONED_DIRECTORY",
"run",
"python",
"main.py"
],
"env": {
"DATABASE_URL": "REPLACE_WITH_YOUR_SUPABASE_CONNECTION_STRING"
}
}
}
}
Finance Intelligencecommanduv --directory "REPLACE_WITH_ABSOLUTE_PATH_TO_CLONED_DIRECTORY" run python main.py
DATABASE_URLREPLACE_WITH_YOUR_SUPABASE_CONNECTION_STRINGOnce configured, try talking to your AI assistant:
The server registers 12 core tools on the client:
| Tool Name | Parameters | Description |
|---|---|---|
add_expense | date, amount, category, subcategory, note | Inserts a new expense transaction. |
list_expenses | start_date, end_date | Lists transactions, exports to Excel if count > 50. |
expense_breakdown | start_date, end_date, group_by, breakdown, category, subcategory | Aggregates spending sums and counts. |
delete_expenses | expense_ids, start_date, end_date, category, subcategory | Deletes expenses matching filters. |
update_expenses | expense_ids, filter_..., date, amount, category, subcategory, note | Edits expense records. |
create_budget | budget_type, amount, period, start_date, end_date, category, subcategory, budgets | Registers new spending limits. |
list_budgets | budget_type, category, subcategory, period | Returns registered budgets. |
update_budgets | budget_ids, filter_..., budget_type, amount, period, start_date, end_date, category, subcategory | Modifies active budgets. |
delete_budgets | budget_ids, start_date, end_date, budget_type, category, subcategory, period | Deletes target budget limits. |
compare_budget_vs_expenses | reference_date, budget_type, category, subcategory, period | Compares budget vs actual spending. |
expense_summary | period, group_by, category, subcategory, start_date, end_date | Generates a Matplotlib line/bar chart. |
financial_health_score | reference_month | Evaluates 6 key personal finance indicators. |
uv: command not foundIf the client cannot locate uv, update your config file to run standard Python:
pip install -e . inside the repository."finance-intelligence": {
"command": "python",
"args": [
"REPLACE_WITH_ABSOLUTE_PATH_TO_CLONED_DIRECTORY/main.py"
],
"env": {
"DATABASE_URL": "REPLACE_WITH_YOUR_SUPABASE_CONNECTION_STRING"
}
}
DATABASE_URL / PostgreSQL Connection Errors[your-password] with your actual database password in the Supabase URI string.claude_desktop_config.json use forward slashes (/), even on Windows.%APPDATA%\Claude\logs\mcp*.log (Windows) or ~/Library/Logs/Claude/mcp*.log (macOS) to see the exact startup error.โโโ src/ # Helper packages
โ โโโ __init__.py
โ โโโ budget.py # Budget database operations
โ โโโ analytics.py # Breakdown aggregations & Matplotlib routines
โ โโโ health.py # KPIs and financial health calculator
โโโ main.py # FastMCP Server application
โโโ categories.json # Category mapping catalog
โโโ pyproject.toml # Dependencies
โโโ LICENSE # MIT License file
โโโ README.md # This file
Contributions, bug reports, and feature requests are welcome! Please open an issue before submitting major changes or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Ronit Rajput
Be the first to review this server!
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption