Loading MCP server directory, please wait...
MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.
npx @getmcp/cli add io.github.s-stefanov/actual-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ACTUAL_SERVER_URLURL of your Actual Budget server
ACTUAL_PASSWORDActual Budget server password
ACTUAL_BUDGET_SYNC_IDBudget sync ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.s-stefanov/actual-mcp": {
"command": "npx",
"args": [
"-y",
"actual-mcp"
],
"env": {
"ACTUAL_SERVER_URL": "",
"ACTUAL_PASSWORD": "",
"ACTUAL_BUDGET_SYNC_ID": "",
"ACTUAL_DATA_DIR": "",
"ACTUAL_BUDGET_ENCRYPTION_PASSWORD": "",
"ACTUAL_SYNC_TTL_MS": "60000"
}
}
}
}