How to Use the Zenoti MCP in Claude Code
Run Zenoti batch operations in CI/CD pipelines using Claude Code's headless terminal access.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Zenoti MCP to Claude Code
Create your Vinkius account to connect Zenoti to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate revenue reports via the MCP Server
Running nightly financial reconciliation? Pipe a command that calls `list_invoices` and filter it by date range. This output is clean JSON, ready for your ETL pipeline to ingest into a data warehouse. This capability lets you automate complex revenue analysis without needing an active GUI or web browser connection.
Audit employee rosters with the Zenoti MCP Server
For payroll runs, you need accurate staffing numbers. Use `list_employees` to pull all necessary details—role, schedule, and commission structure—in a batch script. This output is ideal for feeding into compliance checks. You can also run parallel scripts checking out-of-date membership status using `list_memberships`.
Check appointment capacity with Zenoti
You need to know how many appointments are booked on a given day. A scheduled script runs `list_appointments`, filtering by date, and outputs the occupancy count. This is critical for load balancing checks in your CI/CD environment. You can then pair this check with `get_center` data to verify that the center was even open during the queried time slot.
Set up Zenoti MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seezenoti-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Zenoti transactions." It will automatically discover and invoke the available Zenoti tools.
claude mcp add --transport http zenoti-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Zenoti MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Zenoti MCP today
We host it, we monitor it, we maintain it. You just paste one token.