MCP Directory
Back

monarch-mcp-server

by robcerda · Python · ★ 257

MCP Server for use with Monarch Money

#finance#mcp-server#monarch#monarch-money

Install

pip install git+https://github.com/robcerda/monarch-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "monarch-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/robcerda/monarch-mcp-server.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/robcerda-monarch-mcp-server) A Model Context Protocol (MCP) server for integrating with the Monarch Money personal finance platform. This server provides seamless access to your financial accounts, transactions, budgets, and analytics through Claude Desktop and Claude Code. My MonarchMoney referral: https://www.monarchmoney.com/referral/ufmn0r83yf?r_source=share **Built with the [MonarchMoneyCommunity Python library](https://github.com/bradleyseanf/monarchmoneycommunity)** - An actively maintained community fork of the Monarch Money API with full MFA support. 1.…
Read full README on GitHub →

Related other servers