← Back to browse

Monarch MCP Server

Indexed by io.github.jamiew

About

Access Monarch financial data — accounts, transactions, budgets, and more

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMONARCH_EMAIL MONARCH_PASSWORD MONARCH_MFA_SECRET MONARCH_FORCE_LOGIN
Claude Code
claude mcp add --env MONARCH_EMAIL= --env MONARCH_PASSWORD= --env MONARCH_MFA_SECRET= --env MONARCH_FORCE_LOGIN= monarch-mcp -- uvx monarch-mcp-jamiew
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"monarch-mcp","command":"uvx","args":["monarch-mcp-jamiew"],"env":{"MONARCH_EMAIL":"","MONARCH_PASSWORD":"","MONARCH_MFA_SECRET":"","MONARCH_FORCE_LOGIN":""}}'
JSON
{
  "mcpServers": {
    "monarch-mcp": {
      "command": "uvx",
      "args": [
        "monarch-mcp-jamiew"
      ],
      "env": {
        "MONARCH_EMAIL": "",
        "MONARCH_PASSWORD": "",
        "MONARCH_MFA_SECRET": "",
        "MONARCH_FORCE_LOGIN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.