← Back to Plugins
MCP Server MCP

io.github.dizzlkheinz/ynab-mcpb

github By github 👁 1 views ▲ 0 votes

Local-first YNAB MCP for reconciliation, receipt splitting, safe cleanup, and spending analysis

Homepage Verified source GitHub

Install

npx -y @dizzlkheinz/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@dizzlkheinz/ynab-mcpb",
      "version": "0.28.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "YNAB Personal Access Token from https://app.youneedabudget.com/settings/developer",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YNAB_ACCESS_TOKEN"
        },
        {
          "description": "Write policy: read-only, preview (default), or enabled",
          "format": "string",
          "name": "YNAB_MCP_WRITE_MODE"
        },
        {
          "description": "Static tool profile: core, read-only, or full (default)",
          "format": "string",
          "name": "YNAB_MCP_TOOL_PROFILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...