Docker MCP server connecting Claude Desktop/LibreChat/LobeChat to Actual Budget for natural-language budgeting, transaction management, and financial insights.
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": {
"command": "npx",
"args": [
"-y",
"agigante80/actual-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add actual-mcp-server npx -y agigante80/actual-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"actual-mcp-server": {
"command": "npx",
"args": [
"-y",
"agigante80/actual-mcp-server"
]
}
}
}
📋 Copy