zenoti for Claude Desktop
com.jamesrosingmd/zenoti
MCP server for Zenoti spa/wellness/medspa — guests, appointments, bookings, invoices
client:Claude Desktop
transport:stdio
runtime:npm
Install zenoti in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"zenoti": {
"command": "npx",
"args": [
"-y",
"zenoti-mcp-server"
],
"env": {
"ZENOTI_API_KEY": "<ZENOTI_API_KEY>",
"ZENOTI_API_URL": "<ZENOTI_API_URL>",
"ZENOTI_CENTER_ID": "<ZENOTI_CENTER_ID>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs