Zola MCP

A Model Context Protocol server that connects Claude to Zola, giving you natural-language access to your wedding vendors, budget, guest list, seating chart, events, registry, inquiries, and more. Its 29 documented tools cover vendor, guest, vendors, budget. It runs locally over stdio via the published package.

People who work with vendor, guest and vendors and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 3 · #114 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Zola MCP

before you install - you'll need

Set ZOLA_REFRESH_TOKEN before connecting.

Claude Code

claude mcp add chrischall-zola-mcp -- npx -y zola-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "chrischall-zola-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zola-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package zola-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.chrischall is GitHub-verified and matches the repo owner

03 · What Zola MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all booked vendors, search vendors by name/category, update vendor details, and update cost or note.

Capability map

Tools grouped from the project's README - what Zola MCP lets an agent do.

read & search

11 tools - e.g. List all guest groups with stats; Guests not yet seated; All vendor inquiries with status

list_guests · list_unseated_guests · list_inquiries · get_inquiry_conversation · list_events · get_registry…

Vendor

3 tools - e.g. Book a new vendor; Update vendor details; Unbook a vendor

add_vendor · update_vendor · remove_vendor

Guest

3 tools - e.g. Add a guest group; Update mailing address; Remove a guest group

add_guest · update_guest_address · remove_guest

Vendors

2 tools - e.g. List all booked vendors; Search vendors by name/category

list_vendors · search_vendors

Budget

2 tools - e.g. Budget summary with all items; Update cost or note

get_budget · update_budget_item

Seating

2 tools - e.g. List seating charts; Chart with tables/seats/occupants

list_seating_charts · get_seating_chart

Assign

1 tool - e.g. Assign guest to a seat

assign_seat

Mark

1 tool - e.g. Mark as read

mark_inquiry_read

Limitations (from the README)

[!WARNING] AI-developed project. This codebase was entirely built and is actively maintained by Claude Code. No human has audited the implementation. Review all code and tool permissions before use.

Latest releases

v1.12.4 · 2026-09-15

1.12.4 (2026-09-15) · @fetchproxy/server 3.0.1 - capped peer frames, logged load drops, atomic identity writes

v1.12.3 · 2026-09-14

1.12.3 (2026-09-14) · @fetchproxy/server 2.11.3, so the hosted extension pin persists · @fetchproxy/server 3.0.0 - protocol v4 (forward secrecy, AAD over the frame) · bump the production-dependencies group with 2 updates

v1.12.2 · 2026-09-10

1.12.2 (2026-09-10) · @fetchproxy/server 2.10.0 and @chrischall/mcp-utils 0.26.1 · declare the peer floors mcp-utils 0.26.1 requires · take @fetchproxy/server 2.9.1 so a pairing prompt survives

04 · Who maintains Zola MCP

zola-mcp is maintained by chrischall. We track 68 MCP servers from chrischall - 67 actively maintained, 47 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from chrischall.

  1. skylight-mcp Skylight Calendar for Claude - family events, chores, and rewards. ★ 10
  2. ofw-mcp OurFamilyWizard co-parenting for Claude - messages, calendar, expenses, and journal ★ 10
  3. infinitecampus-mcp Infinite Campus (Campus Parent) for Claude - grades, attendance, assignments, messages ★ 4
  4. redfin-mcp Redfin real-estate for Claude - search, property details, market reports, saved homes ★ 3
  5. booli-mcp Booli.se real estate for Claude: search listings, sold prices, areas & market stats ★ 4
  6. groupon-mcp Groupon deals for Claude - search and browse local, goods, and travel deals ★ 1

05 · Facts

category
other - ranked #114 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.chrischall/zola-mcp (active, first published 2026-05-04 · 35 versions)
packages
npm:zola-mcp

06 · Zola MCP FAQ

Is Zola MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Zola MCP do?

With this server connected, an agent can list all booked vendors, search vendors by name/category, update vendor details, and update cost or note.

How do I install Zola MCP?

Run `npx -y zola-mcp`. The README documents one environment variable (ZOLA_REFRESH_TOKEN) to set first. Set ZOLA_REFRESH_TOKEN before connecting. You can also paste the ready-made client config above.

Does Zola MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Zola MCP

More MCP servers to compare · MedRecPro Drug Label Server · Wpf Dev Pack MCP · Self Hosted AI · Clawcall · Go Unifi MCP

More TypeScript MCP servers · Hevy MCP Server · C64 Bridge · Proletariat CLI · Chrome DevTools MCP · Fluxmail · see all