Skip to content
Cline

Actual Budget MCP Server for Cline

io.github.s-stefanov/actual-mcp

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

client:Cline transport:stdio runtime:npm

Install Actual Budget MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "actual-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "actual-mcp"
      ],
      "env": {
        "ACTUAL_SERVER_URL": "<ACTUAL_SERVER_URL>",
        "ACTUAL_PASSWORD": "<ACTUAL_PASSWORD>",
        "ACTUAL_BUDGET_SYNC_ID": "<ACTUAL_BUDGET_SYNC_ID>",
        "ACTUAL_DATA_DIR": "<ACTUAL_DATA_DIR>",
        "ACTUAL_BUDGET_ENCRYPTION_PASSWORD": "<ACTUAL_BUDGET_ENCRYPTION_PASSWORD>",
        "ACTUAL_SYNC_TTL_MS": "<ACTUAL_SYNC_TTL_MS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Actual Budget MCP Server in other clients