Loading MCP server directory, please wait...
Spending analysis and safe writes for Actual Budget: every delete previews and asks first.
npx @getmcp/cli add io.github.henfrydls/actual-budget-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ACTUAL_SERVER_URLURL of your Actual Budget server, for example http://localhost:5006
ACTUAL_PASSWORDPassword for your Actual Budget server
ACTUAL_BUDGET_IDYour budget's Sync ID, found under Settings > Show advanced settings
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.henfrydls/actual-budget-mcp": {
"command": "npx",
"args": [
"-y",
"actual-budget-mcp"
],
"env": {
"ACTUAL_SERVER_URL": "",
"ACTUAL_PASSWORD": "",
"ACTUAL_BUDGET_ID": "",
"ACTUAL_ENCRYPTION_PASSWORD": "",
"ACTUAL_READ_ONLY": "",
"ACTUAL_DATA_DIR": ""
}
}
}
}