mcp for ynab for Zed
io.github.walensis-labs/mcp-for-ynab
YNAB budget access for AI assistants: safe gated writes, month-close sessions, float attribution.
client:Zed
transport:stdio
runtime:npm
Install mcp for ynab in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-for-ynab": {
"command": "npx",
"args": [
"-y",
"@walensis/mcp-for-ynab"
],
"env": {
"YNAB_ACCESS_TOKEN": "<YNAB_ACCESS_TOKEN>",
"YNAB_ALLOW_WRITES": "<YNAB_ALLOW_WRITES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs