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
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"actualbudget-mcp-ser": {
"command": "npx",
"args": [
"-y",
"NightSquawk/actualbudget-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add actualbudget-mcp-ser npx -y NightSquawk/actualbudget-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"actualbudget-mcp-ser": {
"command": "npx",
"args": [
"-y",
"NightSquawk/actualbudget-mcp-server"
]
}
}
}
📋 Copy