For YNAB

For YNAB

Local
@walensis-labsTypeScriptMITUpdated 1mo ago

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).

npm@walensis/mcp-for-ynabv0.2.0

Run

npx -y @walensis/mcp-for-ynab

MCP client config

{
  "mcpServers": {
    "for-ynab": {
      "command": "npx",
      "args": [
        "-y",
        "@walensis/mcp-for-ynab"
      ]
    }
  }
}