Skip to content
Cursor

zenoti for Cursor

com.jamesrosingmd/zenoti

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

client:Cursor transport:stdio runtime:npm

Install zenoti in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zenoti": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

zenoti in other clients