YNAB budget access for AI assistants: safe gated writes, month-close sessions, float attribution.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @walensis/mcp-for-ynab
MCP client config
{
"mcpServers": {
"for-ynab": {
"command": "npx",
"args": [
"-y",
"@walensis/mcp-for-ynab"
]
}
}
}