Back to MCP Servers

Monarch

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.

finance-fintechai

Installation

npx -y monarch-mcp-server

Configuration

{
  "mcpServers": {
    "monarch-mcp-server": {
      "command": "npx",
      "args": ["-y", "monarch-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub