← Index

io.github.chrischall/zola-mcp

io.github.chrischall/zola-mcp·v1.0.7·Other
Quality Score
85
/100

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "zola-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zola-mcp"
      ],
      "env": {
        "ZOLA_REFRESH_TOKEN": "<your-zola_refresh_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "zola-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zola-mcp"
      ],
      "env": {
        "ZOLA_REFRESH_TOKEN": "<your-zola_refresh_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y zola-mcp
§02  Environment variables
ZOLA_REFRESH_TOKEN
requiredsecret

Zola refresh token JWT (~1 year lifetime). Run npm run auth to capture via browser login.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other