← Back to Plugins
MCP Server MCP

Monarch MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx monarch-mcp-jamiew

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "monarch-mcp-jamiew",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Monarch Money account email",
          "isRequired": true,
          "name": "MONARCH_EMAIL"
        },
        {
          "description": "Your Monarch Money account password",
          "isRequired": true,
          "isSecret": true,
          "name": "MONARCH_PASSWORD"
        },
        {
          "description": "Your TOTP secret key for 2FA",
          "isSecret": true,
          "name": "MONARCH_MFA_SECRET"
        },
        {
          "description": "Set to 'true' to bypass session cache",
          "name": "MONARCH_FORCE_LOGIN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...