actualbudget-mcp-server

NightSquawk/actualbudget-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
Actual Budget MCP server for Claude, Cursor, and AI agents — full budget automation on a long-lived engine with serialized writes, mutation backups, and cache self-healing
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "actualbudget-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "NightSquawk/actualbudget-mcp-server"
      ]
    }
  }
}