Skip to main content
Glama
diegoaad

YNAB MCP server

by diegoaad

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YNAB_PATYesYNAB Personal Access Token (PAT). Required for API access.
YNAB_PLAN_IDNoThe plan UUID. Optional during initial setup to discover plans via list_plans; needed for full functionality after setup.
YNAB_READ_ONLYNoRead-only mode. Defaults to true; setting any other value fails startup.true

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_plansB

List plan IDs and names for local setup.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion or overlap; the purpose of list_plans is entirely distinct.

Naming Consistency5/5

The sole tool follows a clean verb_noun snake_case convention, and no inconsistent patterns exist to violate.

Tool Count2/5

One tool is far too thin for a YNAB MCP server, which would naturally need to cover budgets, accounts, transactions, and categories.

Completeness1/5

Severely incomplete: it only lists plan IDs and names with no budget, account, transaction, category, or create/read operations beyond local setup.

Maintenance

ActivityMaintained
ResponsivenessNo issues