mcpbeat Sign in

Zenoti MCP Server

local only

Zenoti runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from npm. Last commit 7 Aug 2026.

MCP server for Zenoti spa/wellness/medspa — guests, appointments, bookings, invoices

Installs per day peak 136 · avg 15 · -60% w/w
a month agotoday
85
Installs / week
npm · zenoti-mcp-server
0
Stars
1 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Zenoti 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 zenoti -- npx -y zenoti-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zenoti": {
      "args": [
        "-y",
        "zenoti-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zenoti]
command = "npx"
args = ["-y", "zenoti-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "zenoti": {
      "args": [
        "-y",
        "zenoti-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zenoti": {
      "args": [
        "-y",
        "zenoti-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZENOTI_API_KEY (Zenoti API key from Admin → Settings → Apps (backend app)), ZENOTI_API_URL (Zenoti API base URL (default https://api.zenoti.com)), ZENOTI_CENTER_ID (Default center GUID used when tools omit center_id (recommended)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zenoti

same job, measured the same way
Cliniko
by usefulapi

Hosted MCP server for Cliniko — patients, appointments, availability, and invoices for AI agents.

17 tools answering
Alternative Payments
by wyre-technology

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
Alternative Payments
by wyre-ai

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
Tochka Bank
by dontsovcmc

MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions

154 installs/wk local only
BTCPay Server MCP
by draket

21 tools for AI agents to manage BTCPay Server: invoices, payments, stores, webhooks, Lightning

local only
MCP Bling
by codespar

MCP server for Bling — ERP: products, orders, invoices (NF-e/NFS-e), stock, AR/AP, webhooks

33 installs/wk local only
Meridian MCP
by meridian-silkdev

MCP server for Meridian: services, requests, workflow, payments, meetings for founders.

43 installs/wk local only
MCP Quickbooks
by codespar

MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L

23 installs/wk local only

Zenoti — questions

Answers built from our own checks of this server.

Why is there no uptime for Zenoti?
Zenoti 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 zenoti-mcp-server was installed 85 times last week.
How do I connect Zenoti?
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 zenoti-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Zenoti?
The npm package zenoti-mcp-server was installed 85 times in the last week. Week over week that is -60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zenoti open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.