An MCP server for Actual Budget — expose your budget's accounts and balances to agents over MCP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-actual": {
"command": "npx",
"args": [
"-y",
"cubicecho/mcp-actual"
]
}
}
}
Run in terminal:
claude mcp add mcp-actual npx -y cubicecho/mcp-actual
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-actual": {
"command": "npx",
"args": [
"-y",
"cubicecho/mcp-actual"
]
}
}
}