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
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