HomeFinance › Actual Budget MCP Server

Actual Budget MCP Server

MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.

TypeScript
★ 236 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.14.0)

npx -y actual-mcp@1.14.0

Or add to your MCP client config:

{
  "mcpServers": {
    "actual-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "actual-mcp@1.14.0"
      ],
      "env": {
        "ACTUAL_SERVER_URL": "<YOUR_VALUE>",
        "ACTUAL_PASSWORD": "<YOUR_VALUE>",
        "ACTUAL_BUDGET_SYNC_ID": "<YOUR_VALUE>",
        "ACTUAL_DATA_DIR": "<YOUR_VALUE>",
        "ACTUAL_BUDGET_ENCRYPTION_PASSWORD": "<YOUR_VALUE>",
        "ACTUAL_SYNC_TTL_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • ACTUAL_SERVER_URL required — URL of your Actual Budget server
  • ACTUAL_PASSWORD required secret — Actual Budget server password
  • ACTUAL_BUDGET_SYNC_ID required — Budget sync ID
  • ACTUAL_DATA_DIR — Local dir for cached budget data
  • ACTUAL_BUDGET_ENCRYPTION_PASSWORD secret — E2E encryption password, if enabled
  • ACTUAL_SYNC_TTL_MS — Sync cache TTL in ms

Package (npm 1.14.0)

Package: npm actual-mcp

  • ACTUAL_SERVER_URL required — URL of your Actual Budget server
  • ACTUAL_PASSWORD required secret — Actual Budget server password
  • ACTUAL_BUDGET_SYNC_ID required — Budget sync ID
  • ACTUAL_DATA_DIR — Local dir for cached budget data
  • ACTUAL_BUDGET_ENCRYPTION_PASSWORD secret — E2E encryption password, if enabled
  • ACTUAL_SYNC_TTL_MS — Sync cache TTL in ms

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry