Personal finance MCP server with budgeting, analytics, and PostgreSQL.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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.
overall spending, specific category thresholds, or down to nested subcategory targets.stdioIf you have uv installed, get started in 2 lines:
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:
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:
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:Finance IntelligencecommandDATABASE_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.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.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
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/finance-intelligence-mcp)<a href="https://allmcps.com/mcp/finance-intelligence-mcp"><img src="https://allmcps.com/api/badge/finance-intelligence-mcp?style=directory" alt="Finance Intelligence Mcp on AllMCPs" /></a>