How to Use the Calenso MCP in Cursor
Inject live Calenso booking data straight into your codebase using Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Calenso MCP to Cursor
Create your Vinkius account to connect Calenso 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 booking data into Cursor
The `list_calenso_appointments` tool gives your MCP editor direct read access to your actual scheduling database. Your AI agent grabs real meeting times instead of generating fake JSON payloads when you build calendar interfaces. The `get_calenso_appointment` tool pulls the exact record to validate your logic when you highlight a function. You ask the agent to test it against a real meeting ID, and it fetches the raw data.
Script customer management tasks
The `list_calenso_customers` tool dumps your real client list directly into your IDE context window. You see exactly what the data structure looks like before writing a single line of parsing code. The `create_calenso_customer` tool builds onboarding flows faster. You can instruct your agent to trigger this endpoint while you write the frontend form, confirming the API accepts your payload format.
Map your business with this MCP Server
The `list_calenso_branches` and `list_calenso_services` tools expose your physical locations and service offerings to the editor. You stop guessing what the API returns because the agent queries it live. The `list_calenso_staff` tool lets your agent read the active employee list. You can also use `cancel_calenso_appointment` to test destructive actions safely during development.
Set up Calenso 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 Calenso 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 Calenso transactions." If the MCP tools are loaded correctly, Cursor will call the Calenso tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"calenso-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 Calenso. 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 Calenso MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Calenso MCP today
We host it, we monitor it, we maintain it. You just paste one token.