Loading MCP server directory, please wait...
MCP server for YNAB (You Need A Budget) — budgets, accounts, transactions, categories
npx @getmcp/cli add io.github.dizzlkheinz/ynab-mcpbRequires Node.js 18+. Community-contributed server. Review source before installing.
YNAB_ACCESS_TOKENYNAB Personal Access Token from https://app.youneedabudget.com/settings/developer
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dizzlkheinz/ynab-mcpb": {
"command": "npx",
"args": [
"-y",
"@dizzlkheinz/ynab-mcpb"
],
"env": {
"YNAB_ACCESS_TOKEN": ""
}
}
}
}