zola-mcp
Rank #3,092io.github.chrischall/zola-mcp
Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs
zola-mcp is a Model Context Protocol (MCP) server published by chrischall. It ranks #3,092 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. zola-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 14 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 112,368 of 115,460 servers on MCP Toplist.
Use zola-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add zola-mcp -e "ZOLA_REFRESH_TOKEN=<your ZOLA_REFRESH_TOKEN>" -- npx -y zola-mcpReplace each placeholder with your own value before saving.
[mcp_servers.zola-mcp]
command = "npx"
args = ["-y", "zola-mcp"]
[mcp_servers.zola-mcp.env]
ZOLA_REFRESH_TOKEN = "<your ZOLA_REFRESH_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zola-mcp": {
"command": "npx",
"args": [
"-y",
"zola-mcp"
],
"env": {
"ZOLA_REFRESH_TOKEN": "<your ZOLA_REFRESH_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zola-mcp": {
"command": "npx",
"args": [
"-y",
"zola-mcp"
],
"env": {
"ZOLA_REFRESH_TOKEN": "<your ZOLA_REFRESH_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zola-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zola-mcp"
],
"env": {
"ZOLA_REFRESH_TOKEN": "<your ZOLA_REFRESH_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zola-mcp": {
"command": "npx",
"args": [
"-y",
"zola-mcp"
],
"env": {
"ZOLA_REFRESH_TOKEN": "<your ZOLA_REFRESH_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zola-mcp": {
"command": "npx",
"args": [
"-y",
"zola-mcp"
],
"env": {
"ZOLA_REFRESH_TOKEN": "<your ZOLA_REFRESH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Fzola-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fzola-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fzola-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- opentable-mcp#5,296 · 12 vers
- signupgenius-mcp#5,384 · 9 vers
Available versions (14)
| Version | Published |
|---|---|
| 1.11.0 | Aug 31, 2026 |
| 1.10.0 | Aug 29, 2026 |
| 1.8.0 | Aug 28, 2026 |
| 1.7.5 | Aug 9, 2026 |
| 1.7.4 | Aug 6, 2026 |
| 1.7.0 | Aug 1, 2026 |
| 1.6.6 | Jul 30, 2026 |
| 1.6.5 | Jul 27, 2026 |
| 1.6.4 | Jul 27, 2026 |
| 1.4.3 | Jul 5, 2026 |
| 1.4.2 | Jun 12, 2026 |
| 1.1.1 | May 16, 2026 |
| 1.1.0 | May 15, 2026 |
| 1.0.7 | May 4, 2026 |
Frequently asked questions
- Who maintains zola-mcp?
- zola-mcp is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is zola-mcp listed on the Official MCP Registry?
- Yes — zola-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does zola-mcp have?
- MCP Toplist tracks 14 versions of zola-mcp, most recently published on Aug 31, 2026.
- Where can I find the source code for zola-mcp?
- The source code for zola-mcp is hosted at github.com/chrischall/zola-mcp.