Odel
zenoti mcp server

zenoti mcp server

Local
@tacit-codeTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmzenoti-mcp-serverv1.1.0

Run

npx -y zenoti-mcp-server

MCP client config

{
  "mcpServers": {
    "zenoti-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "zenoti-mcp-server"
      ]
    }
  }
}