How to Use the Acuity Scheduling MCP in Claude Code
Pipe your booking data directly into terminal workflows with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Acuity Scheduling MCP to Claude Code
Create your Vinkius account to connect Acuity Scheduling 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.
Terminal MCP Server Bookings
The `list_available_times` tool lets you query schedule openings directly from your command line. You pass a date and a service ID, and your headless agent returns the exact booking windows. Finding that service ID happens through `list_appointment_types`. Your scripts pull the active services, extract the IDs, and pipe them into a cron job that monitors availability changes.
Audit Appointments Automatically
Running `list_appointments` pulls your booked sessions for any given date range. DevOps teams use this MCP server to build automated reporting scripts that run in standard CI/CD pipelines. When a specific booking fails to sync with your CRM, you debug it instantly. You tell the CLI to run `get_appointment` with the problematic ID, and it dumps the full record right into your terminal session.
Monitor Classes and Calendars
Invoking `list_calendars` lists every provider configured in your account directly in your terminal. Tracking instructor schedules usually requires logging into a web portal, but now it happens headless. You track group session metrics via the `list_classes` tool. The agent grabs the current enrolled counts and capacities, which you pipe into a Slack alert script or monitoring dashboard.
Set up Acuity Scheduling 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 seeacuity-scheduling-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Acuity Scheduling transactions." It will automatically discover and invoke the available Acuity Scheduling tools.
claude mcp add --transport http acuity-scheduling-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 Acuity Scheduling MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Acuity Scheduling MCP today
We host it, we monitor it, we maintain it. You just paste one token.