mcpbeat Sign in

Monarch Money MCP Server

local only

Monarch Money runs on your own machine — the client starts it, so there is no endpoint to ping. 220 installs a week from pypi. Last commit 12 Jun 2026.

MCP server for Monarch Money — accounts, transactions, budgets, cashflow, investments, and more

Installs per day peak 98 · avg 36 · -11% w/w
a month agotoday
220
Installs / week
pypi · monarch-mcp
13
Stars
2 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Monarch Money every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add monarch-money -- uvx monarch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "monarch-money": {
      "args": [
        "monarch-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.monarch-money]
command = "uvx"
args = ["monarch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "monarch-money": {
      "args": [
        "monarch-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "monarch-money": {
      "args": [
        "monarch-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Monarch Money

same job, measured the same way
Monarch Money
by pulsemcp

MCP server for Monarch Money — account, transaction, and budget management.

119 installs/wk local only
Monarchmoney
by hakimelek

Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow.

48 installs/wk local only
Monarch MCP Server
by jamiew

Access Monarch financial data — accounts, transactions, budgets, and more

183 installs/wk local only
Revolut MCP
by jeff-nasseri

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

54 installs/wk local only
MCP Open Finance
by codespar

MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments

26 installs/wk local only
Lunch Money
by akutishevsky

MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.

4 217 installs/wk local only
Actual Budget MCP Server
by s-stefanov

MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.

884 installs/wk local only
Lunch Money MCP (Unofficial)
by n3wth

Read-only Lunch Money accounts, transactions, categories and budgets. Unofficial connector.

answering

Monarch Money — questions

Answers built from our own checks of this server.

Why is there no uptime for Monarch Money?
Monarch Money runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package monarch-mcp was installed 220 times last week.
How do I connect Monarch Money?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls monarch-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Monarch Money?
The pypi package monarch-mcp was installed 220 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Monarch Money open source?
Yes — it is published under the MIT licence, written in Python, 13 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.