Acuity Scheduling Connector for AI agents.
9 live capabilities
Manage your booking calendar and service availability through a chat interface.
Waiting for input…
Why people use Acuity Scheduling
Acuity Scheduling Booking Management
This Connector puts all that data in front of your agent. You just ask who is free and what is available, and it pulls the info instantly. You get a clear answer without the clicking.
What Vinkius changes
You can run your entire booking operation through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking Yoga Slots
A studio owner asks if there is space in a 6 PM class.
- Real-world use case 02
Client Follow-up
A trainer needs to see what a client said in their intake form.
- Real-world use case 03
Product Audit
A wellness clinic owner wants to see what gift cards are active.
Complete set · 9capabilities
The complete Acuity Scheduling capability set.
These are the exact actions your AI can choose when you ask it to work with Acuity Scheduling.
01—03
3 capabilities in this set.
Part of 9 available through Acuity Scheduling.
- 01 Capability
Check availability dates
Check which dates have available booking slots for a specific service and month. This helps you tell clients exactly when you can see them.
- 02 Capability
Get account
Retrieve your business profile and account settings from the connected Acuity account. Use this to verify your core business details.
- 03 Capability
Get appointment
Retrieve the full details of a specific Acuity appointment using its unique ID. This is perfect for reviewing client intake info.
04—06
3 capabilities in this set.
Part of 9 available through Acuity Scheduling.
- 04 Capability
List appointment types
Show all active bookable service types with their duration, price, and category. Use this to keep your service list organized.
- 05 Capability
List appointments
Retrieve booked appointments from the system, filterable by date range. Quickly see your daily or weekly schedule.
- 06 Capability
List available times
List exactly when someone can book a given service on a specific date. This is the fastest way to check specific time slots.
07—09
3 capabilities in this set.
Part of 9 available through Acuity Scheduling.
- 07 Capability
List calendars
Retrieve all calendars identifying your providers and instructors. Use this to see who is working and when.
- 08 Capability
List classes
Retrieve group classes scheduled in Acuity, including capacity and enrollment counts. Monitor your studio's popularity easily.
- 09 Capability
List products
Retrieve products or gift certificates available for purchase through Acuity. See what you have for sale in one list.
Set up in minutes
One URL. Then ask Acuity Scheduling to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Acuity Scheduling from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_HFq98WeiFQTxiZ00urtn2j8E8uhPODRB9mxYwncz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Acuity Scheduling, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Acuity Scheduling for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_HFq98WeiFQTxiZ00urtn2j8E8uhPODRB9mxYwncz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Acuity Scheduling URL.
- Step 03
Save and start
Save the connection and enable Acuity Scheduling in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"acuity-scheduling": {
"url": "https://edge.vinkius.com/vk_preview_HFq98WeiFQTxiZ00urtn2j8E8uhPODRB9mxYwncz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Acuity Scheduling
Open Agent mode in chat and ask: "Using Acuity Scheduling, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"acuity-scheduling": {
"url": "https://edge.vinkius.com/vk_preview_HFq98WeiFQTxiZ00urtn2j8E8uhPODRB9mxYwncz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Acuity Scheduling
Ask Copilot: "Using Acuity Scheduling, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"acuity-scheduling": {
"url": "https://edge.vinkius.com/vk_preview_HFq98WeiFQTxiZ00urtn2j8E8uhPODRB9mxYwncz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Acuity Scheduling
Open Cascade and ask: "Using Acuity Scheduling, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"acuity-scheduling": {
"url": "https://edge.vinkius.com/vk_preview_HFq98WeiFQTxiZ00urtn2j8E8uhPODRB9mxYwncz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Acuity Scheduling
Ask Cline: "Using Acuity Scheduling, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add acuity-scheduling --transport http "https://edge.vinkius.com/vk_preview_HFq98WeiFQTxiZ00urtn2j8E8uhPODRB9mxYwncz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Acuity Scheduling
Ask Claude: "Using Acuity Scheduling, show me...". 9 tools are ready
Where the request belongs
Work Acuity Scheduling can move forward.
This is for small business owners and service providers who are tired of manually juggling calendars and constantly answering texts about whether they are free.
Yoga Studio Owner
Manages group class enrollments and instructor schedules without manual data entry.
Wellness Practitioner
Handles 1-on-1 bookings and checks real-time availability for massage or acupuncture.
Personal Trainer
Tracks client session details and manages gift certificate sales for training packages.
Health Coach
Manages intake forms and appointment types for various consultation services.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAcuity Scheduling
Manage your Acuity appointments and calendars. audit availability and bookings via AI.
MakePlans
Online booking and appointment scheduling via MakePlans MCP.
Appointlet
Bring Appointlet scheduling directly into your AI agent. list schedules, track bookings, cancel events, and manage attendees seamlessly.
SuperSaaS
Automate online scheduling and bookings via SuperSaaS. manage schedules, appointments, and users directly from any AI agent.
Zoho Bookings
Automate appointment scheduling via Zoho Bookings. manage appointments, services, and staff with AI.
Calenso
Manage appointments, customers, and bookings online via AI.
Bring your own AI
Change the model, client or framework. Keep Acuity Scheduling connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Acuity Scheduling.
The practical details behind the request, access and result.
Can the Acuity Scheduling MCP show me my instructors' schedules?
Yes, it can list all calendars identifying your providers and instructors so you can see who is working and when.
How does this help with my yoga studio?
It allows you to check group class capacity and enrollment counts in real-time, helping you manage studio flow without manual checks.
Can I see my gift certificates with this?
Yes, the Connector can list all products and gift certificates available for purchase through your Acuity account.
Will this show me my booked appointments?
It can retrieve your booked appointments and filter them by date range, giving you a clear view of your upcoming schedule.
Can I check if a specific service is available?
Yes, you can ask your agent to check specific dates and times for any of your bookable services to see what is open.
Is this for personal trainers?
It is perfect for personal trainers who need to manage 1-on-1 sessions, check availability, and view client intake details.
Which Acuity plan do I need?
API access requires the Growing or Powerhouse plan. The free and Emerging plans do not include API access. You can check your plan in Settings → Subscription.
One connection away
Give your agent a direct line to Acuity Scheduling.
Connect Acuity Scheduling once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available