← Back to Plugins
MCP Server MCP

io.github.walensis-labs/mcp-for-ynab

github By github 👁 1 views ▲ 0 votes

YNAB budget access for AI assistants: safe gated writes, month-close sessions, float attribution.

Homepage Verified source GitHub

Install

npx -y @walensis/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@walensis/mcp-for-ynab",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "YNAB Personal Access Token (app.ynab.com → Developer Settings)",
          "isRequired": true,
          "isSecret": true,
          "name": "YNAB_ACCESS_TOKEN"
        },
        {
          "description": "Set to 1 to enable write tools (off = read-only)",
          "name": "YNAB_ALLOW_WRITES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...