How to Use the Acuity Scheduling MCP in Cursor
Connect the Acuity Scheduling MCP Server to Cursor to build custom booking dashboards and calendar integrations with real appointment records.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Acuity Scheduling MCP to Cursor
Create your Vinkius account to connect Acuity Scheduling to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pull Live Appointment Records into Code
The `list_appointments` tool grabs booked sessions from your system based on a specific date range. Cursor reads this live data while you write your frontend components. Your agent generates React props using actual booking times instead of fake placeholder text. Getting the granular details requires `get_appointment`, which fetches the full record via its unique ID. You ask the editor to style a confirmation email template. The AI injects the real duration, price, and category straight from your account into the HTML.
Build with Real Acuity Scheduling MCP Server Data
Calling `list_appointment_types` returns every active bookable service you offer. Your agent maps these exact services into your dropdown menus automatically. You stop copying and pasting service names between windows. Fetching the people behind the services happens with `list_calendars`. This pulls the providers and instructors tied to your account. Cursor uses those real names to populate your database seed files or UI mockups.
Check Availability During Development
Running `list_available_times` shows exactly when someone can book a specific service on a given date. You test your custom booking widget by having the AI fetch actual open slots. The editor writes the API polling logic based on real response structures. Scanning wider timeframes works through `check_availability_dates`, which checks an entire month for a specific Appointment Type ID. Your agent verifies that your date picker component correctly disables days with zero available slots. You build faster because the context is real.
Set up Acuity Scheduling MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Acuity Scheduling MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Acuity Scheduling transactions." If the MCP tools are loaded correctly, Cursor will call the Acuity Scheduling tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"acuity-scheduling-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Acuity Scheduling. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.