Skip to content
Windsurf

Monarch MCP Server for Windsurf

io.github.jamiew/monarch-mcp

Query and update Monarch Money accounts, transactions, and budgets

client:Windsurf transport:stdio runtime:pypi

Install Monarch MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "monarch-mcp": {
      "command": "uvx",
      "args": [
        "monarch-mcp-jamiew"
      ],
      "env": {
        "MONARCH_EMAIL": "<MONARCH_EMAIL>",
        "MONARCH_PASSWORD": "<MONARCH_PASSWORD>",
        "MONARCH_MFA_SECRET": "<MONARCH_MFA_SECRET>",
        "MONARCH_FORCE_LOGIN": "<MONARCH_FORCE_LOGIN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Monarch MCP Server in other clients