ynab-mcp

trevorlitsey/ynab-mcp
★ 0 stars TypeScript 🔒 Security Updated today
Read-only remote MCP server for YNAB, deployable to AWS Lambda with OAuth
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ynab-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "trevorlitsey/ynab-mcp"
      ]
    }
  }
}

README Excerpt

A remote [Model Context Protocol](https://modelcontextprotocol.io) server for [YNAB](https://www.ynab.com) (You Need A Budget), deployable to AWS Lambda. Supports the [OAuth 2.1 authorization flow](https://modelcontextprotocol.io/specification/draft/basic/authorization) required by claude.ai's custom connectors — each user signs in with their own YNAB account.

Tools (8)

get_accountget_budgetget_categoryget_monthget_transactionlist_budgetslist_payeeslist_scheduled_transactions