Loading MCP server directory, please wait...
MCP server for Zenoti spa/wellness/medspa — guests, appointments, bookings, invoices
npx @getmcp/cli add com.jamesrosingmd/zenotiRequires Node.js 18+. Community-contributed server. Review source before installing.
ZENOTI_API_KEYZenoti API key from Org Settings → API
ZENOTI_API_URLZenoti API base URL (e.g. https://api.zenoti.com/v1)
ZENOTI_CENTER_IDCenter/location identifier
ZENOTI_ORG_IDOrganization identifier
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.jamesrosingmd/zenoti": {
"command": "npx",
"args": [
"-y",
"zenoti-mcp-server"
],
"env": {
"ZENOTI_API_KEY": "",
"ZENOTI_API_URL": "",
"ZENOTI_CENTER_ID": "",
"ZENOTI_ORG_ID": ""
}
}
}
}