Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 21:20
898c732

Installation

npm

npx ynab-mcp-server
# or install globally
npm install -g ynab-mcp-server@0.3.0

Docker

docker pull ghcr.io/auzroz/ynab-mcp:0.3.0
docker run -e YNAB_ACCESS_TOKEN=your_token ghcr.io/auzroz/ynab-mcp:0.3.0

Claude Desktop

Add to your Claude Desktop config:

{
  "mcpServers": {
    "ynab": {
      "command": "npx",
      "args": ["ynab-mcp-server"],
      "env": { "YNAB_ACCESS_TOKEN": "your_token" }
    }
  }
}

What's Changed

  • test: comprehensive handler coverage, restore 80% gate by @auzroz in #7
  • feat: remote multi-user MCP server with YNAB OAuth (v0.3.0) by @auzroz in #8
  • docs: refresh README/.env for shipped multi-user OAuth (0.3.0) by @auzroz in #9

Full Changelog: v0.2.0...v0.3.0