MCP Server for YNAB for Windsurf
io.github.hs737/mcp-server-for-ynab
Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.
client:Windsurf
transport:stdio
runtime:pypi
Install MCP Server for YNAB in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs