Production-grade Actual Budget MCP server with streamable HTTP/SSE transport, bearer auth, and full read/write/reconciliation tools for Claude & AI agents.
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": {
"actual-mcp-server-le": {
"command": "npx",
"args": [
"-y",
"guitarbeat/Actual-MCP-Server-Legacy"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add actual-mcp-server-le npx -y guitarbeat/Actual-MCP-Server-Legacy
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"actual-mcp-server-le": {
"command": "npx",
"args": [
"-y",
"guitarbeat/Actual-MCP-Server-Legacy"
]
}
}
}
📋 Copy