Skip to content
Claude Code

Actual Budget MCP Server for Claude Code

io.github.s-stefanov/actual-mcp

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

client:Claude Code transport:stdio runtime:npm

Install Actual Budget MCP Server in Claude Code

run in your project directory

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

claude mcp add actual-mcp -e ACTUAL_SERVER_URL=<ACTUAL_SERVER_URL> -e ACTUAL_PASSWORD=<ACTUAL_PASSWORD> -e ACTUAL_BUDGET_SYNC_ID=<ACTUAL_BUDGET_SYNC_ID> -e ACTUAL_DATA_DIR=<ACTUAL_DATA_DIR> -e ACTUAL_BUDGET_ENCRYPTION_PASSWORD=<ACTUAL_BUDGET_ENCRYPTION_PASSWORD> -e ACTUAL_SYNC_TTL_MS=<ACTUAL_SYNC_TTL_MS> -- npx -y actual-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Actual Budget MCP Server in other clients