MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Zola MCP Server

by Chrischall
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (4 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (12/12 approved).

9 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: ZOLA_REFRESH_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-chrischall-zola-mcp": {
      "env": {
        "ZOLA_REFRESH_TOKEN": "your-zola-refresh-token-here"
      },
      "args": [
        "-y",
        "zola-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

[!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.

What you can do

Ask Claude things like:

  • "How's wedding planning going?"
  • "Find a photographer in Charlotte, NC"
  • "Update the venue cost to $25,000"
  • "Who hasn't RSVP'd yet?"
  • "Seat Jennifer at Table 1"
  • "Any new vendor messages?"
  • "Add my cousin Mike to the guest list"
  • "Show me the gift tracker"

Requirements

  • Claude Desktop or Claude Code
  • Node.js 20.6 or later
  • A Zola account
  • Google Chrome — used once for the scripted auth flow (optional; you can copy the cookie manually instead)

Installation

Option A — MCPB (recommended)

Download the latest .mcpb bundle from Releases and install:

claude mcp add-from-mcpb zola-mcp-x.y.z.mcpb

You'll be prompted for your ZOLA_REFRESH_TOKEN (see Getting your refresh token below).

Option B — npm

npx -y zola-mcp

Add to your Claude config (.mcp.json or Claude Desktop config):

{
  "mcpServers": {
    "zola": {
      "command": "npx",
      "args": ["-y", "zola-mcp"],
      "env": {
        "ZOLA_REFRESH_TOKEN": "your-refresh-token-jwt"
      }
    }
  }
}

Option C — from source

git clone https://github.com/chrischall/zola-mcp.git
cd zola-mcp
npm install
npm run build

Add to Claude Desktop config:

  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "zola": {
      "command": "node",
      "args": ["/absolute/path/to/zola-mcp/dist/bundle.js"],
      "env": {
        "ZOLA_REFRESH_TOKEN": "your-refresh-token-jwt"
      }
    }
  }
}

Getting your refresh token

Sign in to zola.com and capture the usr cookie — a ~1-year JWT that doubles as the refresh token. The token lasts ~1 year; this is a one-time setup.

Option A — scripted (recommended)
npm run auth               # prints the token to the console
npm run auth -- .env       # writes ZOLA_REFRESH_TOKEN=<token> to .env

Launches Chrome with a dedicated profile at ~/.zola-mcp/chrome-profile, waits for you to sign in at zola.com/account/login, captures the usr cookie (a ~1-year JWT), and either prints it (for pasting into Claude Desktop / MCPB / any config that doesn't read .env) or writes it to the file you pass. Requires Google Chrome installed locally; the script will install puppeteer-core on first run (~1 MB).

Option B — manual (DevTools)
  1. Sign in at zola.com/account/login in any browser.
  2. Open DevTools → Application → Cookies → https://www.zola.com.
  3. Copy the value of the usr cookie.
  4. Paste it into .env as ZOLA_REFRESH_TOKEN=<value> (or into your Claude config env block).

Restart Claude Desktop

Quit completely (Cmd+Q on Mac) and relaunch.

Verify

Ask Claude: "How's wedding planning going?" — it should show your wedding dashboard.

Credentials

Only one credential is required:

Env varRequiredNotes
ZOLA_REFRESH_TOKENYesRefresh token JWT (~1 year lifetime). Run npm run auth to capture via browser login, or copy the usr cookie from DevTools.
ZOLA_ACCOUNT_IDNoAuto-resolved from API on first use
ZOLA_REGISTRY_IDNoAuto-resolved from API on first use

Available tools

27 tools across 8 domains. Read-only tools run automatically. Write tools ask for confirmation.

Vendors

ToolWhat it doesPermission
list_vendorsList all booked vendorsAuto
search_vendorsSearch vendors by name/categoryAuto
add_vendorBook a new vendorConfirm
update_vendorUpdate vendor detailsConfirm
remove_vendorUnbook a vendorConfirm

Budget

ToolWhat it doesPermission
get_budgetBudget summary with all itemsAuto
update_budget_itemUpdate cost or noteConfirm

Guests

ToolWhat it doesPermission
list_guestsList all guest groups with statsAuto
add_guestAdd a guest groupConfirm
update_guest_addressUpdate mailing addressConfirm
remove_guestRemove a guest groupConfirm

Seating

ToolWhat it doesPermission
list_seating_chartsList seating chartsAuto
get_seating_chartChart with tables/seats/occupantsAuto
list_unseated_guestsGuests not yet seatedAuto
assign_seatAssign guest to a seatConfirm

Inquiries

ToolWhat it doesPermission
list_inquiriesAll vendor inquiries with statusAuto
get_inquiry_conversationFull conversation messagesAuto
mark_inquiry_readMark as readConfirm

Events & RSVPs

ToolWhat it doesPermission
list_eventsAll events with RSVP countsAuto
track_rsvpsRSVP tracking per eventAuto
update_eventUpdate event detailsConfirm

Registry & Gifts

ToolWhat it doesPermission
get_registryRegistry categories and itemsAuto
get_gift_trackerGifts received, thank-you statusAuto

Discovery

ToolWhat it doesPermission
get_wedding_dashboardPlanning dashboard overviewAuto
search_storefrontsSearch marketplace by category/locationAuto
get_storefrontFull vendor storefront detailsAuto
list_favoritesFavorited vendorsAuto

Troubleshooting

"ZOLA_REFRESH_TOKEN must be set" — run npm run auth to capture your token.

"Zola session refresh failed" — your refresh token has expired (~1 year). Re-run npm run auth.

403 from mobile API — the x-zola-session-id header may be missing. Update to the latest version.

Tools not appearing in Claude — go to Claude Desktop → Settings → Developer to see connected servers. Make sure you fully quit and relaunched after editing the config.

Security

  • The refresh token lives only in your local .env or config file
  • It is passed as an environment variable and never logged
  • The server authenticates with Zola's mobile API using the same flow as the iOS app
  • Account and registry IDs are auto-resolved from the API (no manual configuration needed)

Development

npm test        # run the test suite (vitest)
npm run build   # compile TypeScript → dist/

Project structure

src/
  client.ts         Zola mobile API client (auth, token refresh, context)
  index.ts          MCP server entry point
  tools/
    vendors.ts      list, search, add, update, remove vendors
    budget.ts       get budget, update budget items
    guests.ts       list, add, update, remove guests
    seating.ts      seating charts, seat assignment
    inquiries.ts    vendor inquiry conversations
    events.ts       events, RSVPs, gift tracker, registry
    discover.ts     dashboard, storefront search, favorites
tests/
  client.test.ts
  vendors.test.ts
  budget.test.ts
  guests.test.ts
  seating.test.ts
  inquiries.test.ts
  events.test.ts
  discover.test.ts

Auth flow

All tools use the Zola mobile API (mobile-api.zola.com) with Bearer JWT auth:

  1. POST /v3/sessions/refresh with refresh token JWT → returns 30-min session token
  2. All API calls use Authorization: Bearer <session_token> + x-zola-session-id header
  3. On 401, auto-refreshes and retries once
  4. Session tokens are cached for their lifetime (30 min)

Building the MCPB bundle

The .mcpb bundle is built automatically by the Release workflow when a version tag is pushed. To build locally:

npm run build
npx @anthropic-ai/mcpb pack

This produces zola-mcp.mcpb using the configuration in manifest.json. The bundle includes the compiled dist/bundle.js and user config prompts for ZOLA_REFRESH_TOKEN.

Releasing

Releases are automated via GitHub Actions:

  1. Run the Cut & Bump workflow (manual trigger) — tags the current version and bumps patch
  2. The tag push triggers the Release workflow which:
    • Runs CI (build + test)
    • Packages .skill and .mcpb bundles
    • Publishes to npm
    • Creates a GitHub Release with the bundles

License

MIT

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published May 4, 2026
Version 1.0.7
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
425
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
59
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

119.3K
Stars
17
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
14
Installs
10.0
Security
5.0
Local

Google Workspace MCP

Free

by Taylorwilsdon · Productivity

Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI

1.6K
Stars
13
Installs
7.0
Security
No ratings yet
Local