Running on Cloudflare — always on, no local install

Talk to your budget
in plain English.

A remote deployment of mcp-ynab, an open-source Model Context Protocol server that connects an AI assistant directly to a YNAB budget. The upstream project runs locally, one process per machine; this instance runs as a Cloudflare Container behind this Worker, so any MCP client that speaks remote connectors — Claude web included — can reach it without installing anything first.

MCP endpoint — https://budget.bryanfawcett.com/mcp

What it does

Available tools

Userget_user
Planslist_plans, get_plan, get_plan_settings
Accountslist_accounts, get_account, create_account
Categorieslist_categories, get_category, create_category, update_category, create_category_group, update_category_group, get_category_for_month, update_category_for_month
Payeeslist_payees, get_payee, update_payee
Payee locationslist_payee_locations, get_payee_location, get_payee_locations_by_payee
Monthslist_months, get_month
Money movementslist_money_movements, get_money_movements_for_month, list_money_movement_groups, get_money_movement_groups_for_month
Transactionslist_transactions, get_transaction, get_transactions_by_account, get_transactions_by_category, get_transactions_by_month, get_transactions_by_payee, search_transactions, create_transaction, create_transactions, update_transaction, update_transactions, delete_transaction, import_transactions
Scheduledlist_scheduled_transactions, get_scheduled_transaction, create_scheduled_transaction, update_scheduled_transaction, delete_scheduled_transaction
Analyticsget_money_flow, get_spending_by_category

Connecting

This is a private, single-user instance — every request needs a bearer token. In Claude web (Settings → Connectors → Add custom connector), use the MCP endpoint above with ?token=<token> appended; clients that support custom headers can send Authorization: Bearer <token> instead.

Running the open-source server yourself instead? See mcp-ynab.com for the local stdio setup (Claude Desktop, Claude Code, ChatGPT).