How to Use the NeetoCal MCP in Claude Code
Manage your NeetoCal appointments directly from the terminal. Let Claude Code handle scheduling via CLI.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NeetoCal MCP to Claude Code
Create your Vinkius account to connect NeetoCal 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.
Headless MCP Server Operations
This MCP server exposes your scheduling infrastructure to the command line, starting with `check_neetocal_status` to ensure your connection is active. From there, Claude Code can pipe your calendar configurations via `list_calendars` straight into your shell scripts. You can automate your entire meeting workflow without ever opening a browser. If you need to know your schedule for the day, your AI client runs `list_bookings` and formats the output cleanly in your terminal instance.
Scriptable Booking and Cancellations
Booking a meeting from the CLI takes seconds when you trigger `create_booking` with the required parameters. Claude Code first checks `get_slots` to find an open time, then executes the booking command asynchronously. Handling cancellations is just as fast. You can write a cron job that tells Claude Code to find specific meetings using `get_booking` and drop them via `cancel_booking` if certain conditions are met.
Extract Scheduling Links for CI/CD
Injecting meeting links into automated emails is straightforward when you use `list_scheduling_links` to find the right event type. Claude Code grabs the exact URL using `get_scheduling_link` and passes it to your next pipeline step. This removes the manual copy-pasting from your workflow. You can also pull your general working hours using `list_availabilities` and `get_availability` to ensure your automated systems only offer times when you are actually around.
Set up NeetoCal 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 seeneetocal-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest NeetoCal transactions." It will automatically discover and invoke the available NeetoCal tools.
claude mcp add --transport http neetocal-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 NeetoCal MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NeetoCal MCP today
We host it, we monitor it, we maintain it. You just paste one token.