monarch-bridge

nicholasklaene/monarch-bridge
★ 0 stars Python 💻 Code/Dev Tools Updated today
Local bridge from Monarch Money to your tools: MCP server (Claude / Cursor), typed REST API, CLI, OpenAPI client gen. Spec-first, MIT.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "monarch-bridge": {
      "command": "uvx",
      "args": [
        "monarch-bridge"
      ]
    }
  }
}

Or install with pip: pip install monarch-bridge

README Excerpt

monarch-bridge is a local HTTP service that lets you read and write your [Monarch Money](https://www.monarchmoney.com) data from anywhere outside the web app. Reach the same data from the tools you already use: an AI assistant (Claude Desktop, Cursor, Continue, Cline) via MCP, a terminal via the bundled `monarch` CLI, a script via `curl`, or a typed client generated from the OpenAPI spec in any language. Not a Monarch replacement; Monarch keeps owning your data and your web UI.

Tools (12)

AccountsBudgetsCategoriesGoalsHoldingsMerchantsPaychecksRecurringRulesSystemTagsTransactions

Topics

api-wrappercligraphqlhttp-proxyjdk21kotlinmonarch-moneypersonal-financerest-apispring-boot