MCP Server for automated bank statement processing. Integrated with Google Drive, Vertex AI (Gemini 1.5 Pro), and YNAB API. Built for serverless deployment on Google Cloud Run.
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": {
"ynab-mcp-orchestrato": {
"command": "uvx",
"args": [
"ynab-mcp-orchestrator"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ynab-mcp-orchestrato uvx ynab-mcp-orchestrator
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ynab-mcp-orchestrato": {
"command": "uvx",
"args": [
"ynab-mcp-orchestrator"
]
}
}
}
📋 Copy
Or install with pip: pip install ynab-mcp-orchestrator