74
/ 100
28 days ago
glama

YNAB MCP Server

Enables AI assistants to interact with YNAB budgets, performing read-only queries by default and optional write operations like creating transactions and managing categories through natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configYNAB_ALLOW_WRITESBy default, the server registers read-only tools only. To expose tools that create, update, import, or delete YNAB data, add =1 when you register the server:
configYNAB_BUDGET_IDe =optional-default-budget-id \
configYNAB_DISABLE_AGENT_CONFIG_FALLBACKNo 0 Set to 1 to stop the server from reading ~/.codex/config.toml and ~/.claude/settings.json. Intended for tests and tightly controlled runtimes.
configYNAB_HTTP_TIMEOUT_MSNo 30000 Per-request timeout in milliseconds.
configYNAB_MAX_RESPONSE_BYTESNo 8388608 Maximum direct-fetch response size for newer endpoints.
configYNAB_RATE_LIMIT_BURSTNo 10 Maximum burst size before rate limiting pauses requests.
configYNAB_RATE_LIMIT_PER_HOURNo 190 Client-side rate limiter. Set to 0 to disable for controlled tests.
configYNAB_RUN_NONREVERSIBLE_TESTSUse YNAB_TEST_BUDGET_ID to target a dedicated test budget without changing your server default. To include category and category group creation coverage, run with =1.
configYNAB_TEST_BUDGET_IDUse to target a dedicated test budget without changing your server default. To include category and category group creation coverage, run with YNAB_RUN_NONREVERSIBLE_TESTS=1.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/oliverames-ynab-mcp-server-i6upzj)](https://m8ven.ai/mcp/oliverames-ynab-mcp-server-i6upzj)
commit: 670f6195357ff973f75650691cad582961e56cc6
code hash: 682a9fc79ae1880f207cf4ea0a48b1445a79a563cdbe6611a950355278f5dd67
verified: 6/15/2026, 2:13:02 PM
view raw JSON →