How to Use the MakePlans MCP in Claude Code
Manage MakePlans schedules from your terminal using Claude Code to automate bookings, audit resources, and run cron jobs.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MakePlans MCP to Claude Code
Create your Vinkius account to connect MakePlans 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.
Automate with the MakePlans MCP Server
The MakePlans MCP Server provides tools like `create_booking` and `list_available_slots` directly to your headless agent. You can write a shell script that triggers Claude Code to find an open slot and book it without ever opening a browser. The command line becomes your entire scheduling interface. CI/CD pipelines can use these endpoints to verify environment states. A GitHub Action can prompt the CLI to check `list_services` before deploying a new frontend build. If the required services are missing, the agent fails the pipeline and prevents a broken release.
Audit staff and resource allocations
Your headless agent runs `list_bookings` and `list_people` to generate daily utilization reports. You pipe the output into a text file or send it to a Slack webhook. This replaces complex custom admin dashboards with a single terminal command. Managing physical assets requires checking `get_resource` and `list_resources` regularly. Claude Code can run on a cron schedule, query the equipment status, and alert you if a room is double-booked. The CLI handles the asynchronous requests and parses the raw JSON for you.
Clean up environments programmatically
Firing `delete_booking` lets you purge staging data via automated scripts. You tell Claude Code to find all appointments tagged as tests and remove them. The agent executes the deletions sequentially and prints a summary to standard output. Troubleshooting specific issues is faster when you can pull exact records. Running `get_booking` with an ID fetches the full payload into your terminal. You inspect the data immediately instead of navigating through five pages of a web UI.
Set up MakePlans 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 seemakeplans-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest MakePlans transactions." It will automatically discover and invoke the available MakePlans tools.
claude mcp add --transport http makeplans-alternative-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 MakePlans MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MakePlans MCP today
We host it, we monitor it, we maintain it. You just paste one token.