Installation
npm
npx ynab-mcp-server
# or install globally
npm install -g ynab-mcp-server@0.3.3Docker
docker pull ghcr.io/auzroz/ynab-mcp:0.3.3
docker run -e YNAB_ACCESS_TOKEN=your_token ghcr.io/auzroz/ynab-mcp:0.3.3Claude Desktop
Add to your Claude Desktop config:
{
"mcpServers": {
"ynab": {
"command": "npx",
"args": ["ynab-mcp-server"],
"env": { "YNAB_ACCESS_TOKEN": "your_token" }
}
}
}Skills
This release also attaches a standalone YNAB best-practices skills
library —
15 Claude Agent Skills, downloadable below (ynab-mcp-skills-v0.3.3.zip
for the full bundle, or grab an individual skill's zip). Install via
Claude.ai → Settings → Capabilities → Skills → Upload skill, or drop
into a Claude Code skills directory. See
skills/README.md
for details — 7 work with this MCP server connected, 8 work standalone.
What's Changed
Full Changelog: v0.3.2...v0.3.3