← Index

com.jamesrosingmd/zenoti

com.jamesrosingmd/zenoti·v1.0.0·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "zenoti": {
      "command": "npx",
      "args": [
        "-y",
        "zenoti-mcp-server"
      ],
      "env": {
        "ZENOTI_API_KEY": "<your-zenoti_api_key>",
        "ZENOTI_API_URL": "<zenoti_api_url>",
        "ZENOTI_CENTER_ID": "<zenoti_center_id>",
        "ZENOTI_ORG_ID": "<zenoti_org_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "zenoti": {
      "command": "npx",
      "args": [
        "-y",
        "zenoti-mcp-server"
      ],
      "env": {
        "ZENOTI_API_KEY": "<your-zenoti_api_key>",
        "ZENOTI_API_URL": "<zenoti_api_url>",
        "ZENOTI_CENTER_ID": "<zenoti_center_id>",
        "ZENOTI_ORG_ID": "<zenoti_org_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y zenoti-mcp-server
§02  Environment variables
ZENOTI_API_KEY
requiredsecret

Zenoti API key from Org Settings → API

ZENOTI_API_URL
required

Zenoti API base URL (e.g. https://api.zenoti.com/v1)

ZENOTI_CENTER_ID
required

Center/location identifier

ZENOTI_ORG_ID
required

Organization identifier

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other