Skip to content
Cursor

Monarch MCP Server for Cursor

io.github.jamiew/monarch-mcp

Query and update Monarch Money accounts, transactions, and budgets

client:Cursor transport:stdio runtime:pypi

Install Monarch MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "monarch-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Monarch MCP Server in other clients