MCP Server for YNAB for Zed
io.github.hs737/mcp-server-for-ynab
Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.
client:Zed
transport:stdio
runtime:pypi
Install MCP Server for YNAB in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-for-ynab": {
"command": "uvx",
"args": [
"mcp-server-for-ynab"
],
"env": {
"YNAB_API_KEY": "<YNAB_API_KEY>",
"YNAB_PLAN_ID": "<YNAB_PLAN_ID>",
"YNAB_ALLOW_WRITES": "<YNAB_ALLOW_WRITES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs