{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.chrischall/zola-mcp",
  "description": "Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs",
  "repository": {
    "url": "https://github.com/chrischall/zola-mcp",
    "source": "github"
  },
  "version": "1.6.6",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "zola-mcp",
      "version": "1.6.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "ZOLA_REFRESH_TOKEN",
          "description": "Zola refresh token JWT (~1 year lifetime). Optional — when unset, the MCP falls back to the fetchproxy 0.3.0 browser extension to read the `usr` cookie from your signed-in zola.com tab.",
          "isRequired": false,
          "format": "string",
          "isSecret": true
        }
      ]
    }
  ]
}
