mcpbeat Sign in

Zola MCP Server

local only

Zola MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 545 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 561 · avg 86 · +346% w/w
a month agotoday
545
Installs / week
npm · zola-mcp
3
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Zola MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zola-mcp -- npx -y zola-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zola-mcp": {
      "args": [
        "-y",
        "zola-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zola-mcp]
command = "npx"
args = ["-y", "zola-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "zola-mcp": {
      "args": [
        "-y",
        "zola-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zola-mcp": {
      "args": [
        "-y",
        "zola-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZOLA_REFRESH_TOKEN (Zola refresh token JWT (~1 year lifetime). Optional — when unset, the MCP falls back to the fetchproxy browser extension to read the `usr` cookie from your signed-in zola.com tab, and caches it so later starts need no browser.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zola MCP

same job, measured the same way
Wedyesday — wedding planning
by wedyesday-mcp

Plan a wedding in chat: search vendors, get regional costs, build a checklist and budget.

11 tools answering
Latido — wedding vendors & planning (Hungary)
by latido

Search Hungarian wedding vendors and venues, check a date, estimate a budget, get the checklist.

8 tools answering
NC Wedding Guide
by sebastianrtj

Find NC wedding venues and vendors, plan costs, and prepare vendor inquiries.

6 tools answering
Evite MCP
by chrischall

Evite for Claude — list events, guest lists & RSVPs, RSVP, message guests, and create/edit events

473 installs/wk local only
Wedding Seat
by wedding-seat

Anonymous, no-login wedding planning: create a project, add guests, auto-generate a seating plan.

6 tools answering
Gerezi MCP
by nicklasmenschel

Manage restaurant bookings via Claude — read covers, find guests, move tables, send wedding quotes.

32 installs/wk local only
Skill Builder MCP
by dmzagent

Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.

47 installs/wk local only
Llmkit
by smigolsmigol

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

86 installs/wk local only

Zola MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Zola MCP?
Zola MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package zola-mcp was installed 545 times last week.
How do I connect Zola MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls zola-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Zola MCP?
The npm package zola-mcp was installed 545 times in the last week. Week over week that is +346%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zola MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.