Skip to content
Cline

MCP Server for YNAB for Cline

io.github.hs737/mcp-server-for-ynab

Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.

client:Cline transport:stdio runtime:pypi

Install MCP Server for YNAB in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

MCP Server for YNAB in other clients