MakePlans Connector for AI agents.
10 live capabilities
Manage salon and clinic bookings through natural language conversation.
Waiting for input…
Why people use MakePlans
MakePlans for Automated Appointment Scheduling
With this Connector, you just talk to your agent. You can ask for a summary of the day or book a new client in one go. You get a clean, conversational way to run your front desk.
What Vinkius changes
You stop manual data entry and start managing your schedule through conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking stylist availability
A client wants a haircut but doesn't know when the stylist is free.
- Real-world use case 02
Handling a last-minute cancellation
You need to cancel a booking because a staff member called out sick.
- Real-world use case 03
Answering service inquiries
A new customer asks what kind of consultations you offer.
Complete set · 10capabilities
The complete MakePlans capability set.
These are the exact actions your AI can choose when you ask it to work with MakePlans.
01—04
4 capabilities in this set.
Part of 10 available through MakePlans.
- 01 Capability
Create booking
Create a new appointment in your MakePlans account. It handles the data entry for you so you can book faster.
- 02 Capability
Delete booking
Cancel or remove a booking from your schedule. Use this to clear up slots when a client needs to reschedule.
- 03 Capability
Get booking
Pull up the specific details of a single reservation. It's the quickest way to check what a client booked.
- 04 Capability
Get resource
Get the details for a specific piece of equipment or a room. Use this to see exactly what's available for a session.
05—07
3 capabilities in this set.
Part of 10 available through MakePlans.
- 05 Capability
Get service
Look up the details for a specific service you offer. This helps your agent understand what's being booked.
- 06 Capability
List bookings
See every booking currently in your MakePlans system. Use this to get a full overview of your daily or monthly schedule.
- 07 Capability
List people
Get a list of all staff members in your account. This helps your agent know who is available to work.
08—10
3 capabilities in this set.
Part of 10 available through MakePlans.
- 08 Capability
List resources
See all your rooms and equipment. It's perfect for checking if the physical space is ready for a client.
- 09 Capability
List services
Pull a full list of every service you provide. Your agent uses this to show customers what they can book.
- 10 Capability
List available slots
Find open times for a specific service. This is the core way to find a gap in the schedule for a new client.
Set up in minutes
One URL. Then ask MakePlans to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MakePlans 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_SzBY3tRVsdgJRa328euOD44SaRnxnhKTwGRjwNrT/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 MakePlans, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MakePlans for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SzBY3tRVsdgJRa328euOD44SaRnxnhKTwGRjwNrT/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 MakePlans URL.
- Step 03
Save and start
Save the connection and enable MakePlans in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"makeplans-alternative": {
"url": "https://edge.vinkius.com/vk_preview_SzBY3tRVsdgJRa328euOD44SaRnxnhKTwGRjwNrT/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 MakePlans
Open Agent mode in chat and ask: "Using MakePlans, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"makeplans-alternative": {
"url": "https://edge.vinkius.com/vk_preview_SzBY3tRVsdgJRa328euOD44SaRnxnhKTwGRjwNrT/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 MakePlans
Ask Copilot: "Using MakePlans, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"makeplans-alternative": {
"url": "https://edge.vinkius.com/vk_preview_SzBY3tRVsdgJRa328euOD44SaRnxnhKTwGRjwNrT/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 MakePlans
Open Cascade and ask: "Using MakePlans, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"makeplans-alternative": {
"url": "https://edge.vinkius.com/vk_preview_SzBY3tRVsdgJRa328euOD44SaRnxnhKTwGRjwNrT/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 MakePlans
Ask Cline: "Using MakePlans, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add makeplans-alternative --transport http "https://edge.vinkius.com/vk_preview_SzBY3tRVsdgJRa328euOD44SaRnxnhKTwGRjwNrT/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 MakePlans
Ask Claude: "Using MakePlans, show me...". 10 tools are ready
Where the request belongs
Work MakePlans can move forward.
This is for business owners and front-desk coordinators who are tired of being stuck in a booking dashboard all day. It's for anyone managing a service-based business where who's free when is the most common question you get asked.
Salon Owner
Manages hair appointments and staff shifts without leaving the chat.
Clinic Administrator
Checks room availability and books patient consultations quickly.
Spa Manager
Handles complex multi-resource bookings like a room plus a therapist via natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMakePlans
Online booking and appointment scheduling via MakePlans MCP.
Zoho Bookings
Automate appointment scheduling via Zoho Bookings. manage appointments, services, and staff with AI.
Calenso
Manage appointments, customers, and bookings online via AI.
SuperSaaS
Automate online scheduling and bookings via SuperSaaS. manage schedules, appointments, and users directly from any AI agent.
NeetoCal
Let clients book appointments through your personalized scheduling page with calendar sync and automatic reminders.
Appointlet
Bring Appointlet scheduling directly into your AI agent. list schedules, track bookings, cancel events, and manage attendees seamlessly.
Bring your own AI
Change the model, client or framework. Keep MakePlans 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 MakePlans.
The practical details behind the request, access and result.
Can I use MakePlans MCP to manage my salon's schedule?
Yes. It lets you manage your salon's bookings, check staff availability, and handle appointments through a natural conversation with your AI agent.
How does MakePlans MCP handle staff availability?
The Connector pulls a real-time list of your staff members, so your agent always knows who is on duty and who is available to take on new clients.
Can I see my room availability with MakePlans MCP?
Yes, it can list your resources. This means your agent can check if specific rooms or pieces of equipment are free before you confirm a booking.
Is MakePlans MCP good for high-volume booking businesses?
It's designed for exactly that. It helps you handle high volumes by providing quick ways to list all bookings and find open slots without manual searching.
Can I cancel appointments using MakePlans MCP?
You can. You can just tell your agent to cancel or delete a specific booking, and it will update your MakePlans account immediately.
Does MakePlans MCP work with my current AI client?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf to give your agent direct access to your booking data.
Where do I find my API Key?
In your MakePlans account, go to Setup > Integrations > API. You must enable the API to see your key.
What is the Account Name?
It is the subdomain of your MakePlans URL (e.g., if your URL is https://mybiz.makeplans.com, the account name is 'mybiz').
Can I use the MakePlans Connector for a public website?
The Connector uses the Private API and requires an API key, so it is intended for internal or authenticated use rather than direct exposure to unauthenticated public users.
Can I use the MakePlans MCP server for a public website?
The MCP server uses the Private API and requires an API key, so it is intended for internal or authenticated use rather than direct exposure to unauthenticated public users.
One connection away
Give your agent a direct line to MakePlans.
Connect MakePlans once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available