Spending analysis and safe writes for Actual Budget: every delete previews and asks first.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y actual-budget-mcp
MCP client config
{
"mcpServers": {
"actual-budget": {
"command": "npx",
"args": [
"-y",
"actual-budget-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/henfrydls/actual-budget-mcp:0.8.2
MCP client config
{
"mcpServers": {
"actual-budget": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/henfrydls/actual-budget-mcp:0.8.2"
]
}
}
}