Odel
Actual Budget

Actual Budget

Local
@henfrydls2TypeScriptMITUpdated 6 days ago

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

npmactual-budget-mcpv0.8.2

Run

npx -y actual-budget-mcp

MCP client config

{
  "mcpServers": {
    "actual-budget": {
      "command": "npx",
      "args": [
        "-y",
        "actual-budget-mcp"
      ]
    }
  }
}
Dockerghcr.io/henfrydls/actual-budget-mcp:0.8.2

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"
      ]
    }
  }
}