ynab-mcp

mattweg/ynab-mcp
★ 15 stars JavaScript Security Updated 1d ago ✗ Risk
YNAB Model Context Protocol (MCP) server for Claude Code integration
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "mattweg/ynab-mcp"
      ]
    }
  }
}

README Excerpt

YNAB Model Context Protocol (MCP) server for Claude Code integration with You Need A Budget (YNAB). This repository contains a Docker-based MCP server that enables Claude Code to interact with YNAB (You Need A Budget) accounts. It implements the OAuth flow and provides a comprehensive API for budget management, transaction tracking, and financial insights.