carsol/monarch-mcp-server
by Various
π βοΈ - MCP server providing read-only access to Monarch Money financial data, enabling AI assistants to analyze transactions, budgets, accounts, and cashflow data with MFA support
MCP
carsol/monarch-mcp-server
Added 1 June 2026
Overview
An MCP server that provides read-only access to Monarch Money financial data via the MCP protocol. It supports multi-factor authentication and exposes transactions, budgets, accounts, and cashflow data to AI assistants for analysis.
Best for
Best for
Developers building AI assistants that need to retrieve and analyze personal finance data from Monarch Money
Use cases
- Query transaction history and categorize spending through an AI assistant
- Monitor budget status and account balances automatically
- Analyze cashflow trends across user-defined time periods
How to use
Tools exposed
uvpython
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "monarch-money": {\n "command": "python",\n "args": ["/path/to/monarch-mcp-server/run_server.py"],\n "env": {\n "MONARCH_EMAIL": "your-email@example.com",\n "MONARCH_PASSWORD": "your-password",\n "MONARCH_MFA_SECRET": "your-mfa-secret"\n }\n }\n }\n} Notes
An MCP server that provides read-only access to Monarch Money financial data via the MCP protocol. It supports multi-factor authentication and exposes transactions, budgets, accounts, and cashflow data to AI assistants for analysis.
3 stars on GitHub. Last updated 2025-06-08. Licensed MIT.
Use cases
- Query transaction history and categorize spending through an AI assistant
- Monitor budget status and account balances automatically
- Analyze cashflow trends across user-defined time periods
Pros
- Provides structured, read-only access to personal financial data
- Supports MFA for secure authentication
- Simple Python implementation with the MCP protocol for AI integration
Cons
- Limited to Monarch Money ecosystem only
- Read-only access restricts automation of budget or account edits
- Small community size may limit long-term maintenance and support
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides structured, read-only access to personal financial data
- Supports MFA for secure authentication
- Simple Python implementation with the MCP protocol for AI integration
Cons
- Limited to Monarch Money ecosystem only
- Read-only access restricts automation of budget or account edits
- Small community size may limit long-term maintenance and support
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developerβs Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.