Archived in favor of the now officially supported [Monarch Money Connector](https://help.monarch.com/hc/en-us/articles/50207234679956-Monarch-MCP-Conn
Monarch money mcp mcp server connects Monarch Money MCP to AI assistants that speak the Model Context Protocol. Archived in favor of the now officially supported Monarch Money Connector.
Archived in favor of the now officially supported Monarch Money Connector
Once connected, the assistant can call these 8 tools directly:
get_accounts — The get_accounts tool exposed by this serverget_transactions — Get transactions with optional filtering: - start_date: Filter transactions from this date (YYYY-MM-DD) - end_date: Filter transactions to this dateget_categories — The get_categories tool exposed by this serverget_budgets — The get_budgets tool exposed by this serverget_goals — The get_goals tool exposed by this serverget_cashflow — The get_cashflow tool exposed by this serverget_investments — The get_investments tool exposed by this serverget_net_worth — The get_net_worth tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 3 environment variables: MONARCH_EMAIL, MONARCH_PASSWORD, MONARCH_MFA_SECRET. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Monarch Money MCP sits in that group, and the shape of its toolset — get_accounts, get_transactions, get_categories among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| get_accounts | The get_accounts tool exposed by this server. |
| get_transactions | Get transactions with optional filtering: - start_date: Filter transactions from this date (YYYY-MM-DD) - end_date: Filter transactions to this date (YYYY-MM-DD) - account_ids: List of account IDs to filter by - category |
| get_categories | The get_categories tool exposed by this server. |
| get_budgets | The get_budgets tool exposed by this server. |
| get_goals | The get_goals tool exposed by this server. |
| get_cashflow | The get_cashflow tool exposed by this server. |
| get_investments | The get_investments tool exposed by this server. |
| get_net_worth | The get_net_worth tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| MONARCH_EMAIL | Configuration value read at startup. | Optional |
| MONARCH_PASSWORD | Configuration value read at startup. | Optional |
| MONARCH_MFA_SECRET | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.