ynab-mcpb

ynab-mcpb

MCP server for YNAB. Reconcile bank statements, itemize receipts, manage transactions — all through natural language.

Category
Visit Server

README

YNAB MCP Server

Download MCPB npm License: AGPL v3

Connect YNAB to Claude Desktop (or any MCP client) and manage your budget in plain English.

Ask things like:

  • "What did I spend on takeout this month?"
  • "Create a split transaction for this receipt and allocate tax."
  • "Reconcile my checking account from this CSV."

60-second demo

Receipt workflow demo (3x speed, lightweight embed):

Receipt workflow demo Open demo GIF directly

  • Receipt flow: paste receipt -> create transaction
  • Reconciliation flow: import CSV -> review matches -> apply changes

Why install this

  • Powerful receipt itemization and split creation
  • Bank CSV reconciliation with fuzzy matching (beta)
  • Works with any MCP-compatible client
  • Local MCP server process on your machine, using your YNAB token

Features

  • Receipt itemization: Paste a receipt and create itemized split transactions with tax allocation.
  • Bank reconciliation (beta): Import CSV, fuzzy-match against YNAB, detect missing/mismatched items, and apply fixes.
  • Full YNAB operations: Budgets, accounts, transactions, categories, payees, and month analysis.
  • MCP-native implementation: Structured tool outputs, annotations, completions, and resource templates.

2-minute setup

1) Get a YNAB access token

  1. Open YNAB Web App
  2. Go to Account Settings -> Developer Settings
  3. Click New Token
  4. Copy it (shown once)

2) Add this MCP server

Use one of the options below:

Claude Desktop (recommended)

Option A (.mcpb package):

  1. Download latest .mcpb from Releases
  2. Drag into Claude Desktop
  3. Paste YNAB_ACCESS_TOKEN
  4. Restart Claude Desktop

Option B (npx):

{
  "mcpServers": {
    "ynab": {
      "command": "npx",
      "args": ["-y", "@dizzlkheinz/ynab-mcpb@latest"],
      "env": {
        "YNAB_ACCESS_TOKEN": "your-token-here"
      }
    }
  }
}

Cline (VS Code)

{
  "mcpServers": {
    "ynab": {
      "command": "npx",
      "args": ["-y", "@dizzlkheinz/ynab-mcpb@latest"],
      "env": {
        "YNAB_ACCESS_TOKEN": "your-token-here"
      }
    }
  }
}

Codex

[mcp_servers.ynab-mcpb]
command = "npx"
args = ["-y", "@dizzlkheinz/ynab-mcpb@latest"]
env = {"YNAB_ACCESS_TOKEN" = "your-token-here"}
startup_timeout_sec = 120

Any MCP client

  • Command: npx
  • Args: ["-y", "@dizzlkheinz/ynab-mcpb@latest"]
  • Env: YNAB_ACCESS_TOKEN=<your token>

3) Try these prompts

  • "List my budgets and set the default to my main budget."
  • "Show recent transactions in my checking account."
  • "How much did I spend on groceries in the last 30 days?"
  • "Create a transaction: $42.18 at Trader Joe's yesterday."

Optional configuration

  • YNAB_EXPORT_PATH - Directory for exported transaction files
  • YNAB_MCP_ENABLE_DELTA - Enable/disable delta sync optimization (true by default)
  • Caching options are available in .env.example

Tools and docs

Troubleshooting

  • If npx fails, make sure Node.js and npm are installed, then restart your MCP client.
  • If tools return auth errors, regenerate your YNAB token and update YNAB_ACCESS_TOKEN.
  • If a client does not detect tools, restart the client after MCP config changes.
  • For parser/matching issues in reconciliation, open an issue with anonymized CSV samples.

For developers

git clone https://github.com/dizzlkheinz/ynab-mcpb.git
cd ynab-mcpb
npm install
cp .env.example .env
# add YNAB_ACCESS_TOKEN
npm run build
npm test

Architecture and contributor guidance: CLAUDE.md

Contributing

Bug reports and small repros are very welcome, especially for bank CSV reconciliation edge cases: Open an issue

PRs welcome. Please run npm test and npm run lint before submitting.

License

AGPL-3.0

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured