← Index

io.github.hakimelek/monarchmoney

io.github.hakimelek/monarchmoney·v0.3.1·Other
Quality Score
79
/100

Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "monarchmoney": {
      "command": "npx",
      "args": [
        "-y",
        "@hakimelek/monarchmoney"
      ],
      "env": {
        "MONARCH_TOKEN": "<your-monarch_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "monarchmoney": {
      "command": "npx",
      "args": [
        "-y",
        "@hakimelek/monarchmoney"
      ],
      "env": {
        "MONARCH_TOKEN": "<your-monarch_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hakimelek/monarchmoney
§02  Environment variables
MONARCH_TOKEN
requiredsecret

Your Monarch Money auth token. Obtain by logging in with the library and saving mm.token.

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other