Clockwise Connector for AI agents.
10 live capabilities
Automate meeting scheduling and protect your deep work blocks.
Waiting for input…
Why people use Clockwise
Clockwise for Intelligent Calendar Optimization
This Connector lets your AI agent do that work for you. It understands your preferences and can proactively move flexible events to keep your deep work blocks intact. You get a calendar that actually respects your time.
What Vinkius changes
You get a self-managing calendar that prioritizes your deep work while handling the scheduling logistics automatically.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a time for a 4-person sync
A manager asks the agent to find a 30-minute slot for four engineers next Tuesday.
- Real-world use case 02
Protecting a coding block
A developer wants to ensure their afternoon is clear.
- Real-world use case 03
Adjusting personal boundaries
A user wants to block out lunch every day.
Complete set · 10capabilities
The complete Clockwise capability set.
These are the exact actions your AI can choose when you ask it to work with Clockwise.
01—04
4 capabilities in this set.
Part of 10 available through Clockwise.
- 01 Capability
Get calendar events
List all the top-level blocks and events currently on your calendar. It provides a clear view of your daily schedule.
- 02 Capability
Get focus time
See the specific properties and limits driving your deep work blocks. Use this to ensure your most productive hours are protected.
- 03 Capability
Get preferences
View your specific user settings like meeting-free days and lunch breaks. This helps your agent respect your personal boundaries.
- 04 Capability
Update preferences
Change your Clockwise configurations, such as your focus time goals or break times. This keeps your settings current.
05—07
3 capabilities in this set.
Part of 10 available through Clockwise.
- 05 Capability
Get team availability
Check the free windows for multiple team members across the organization. It makes finding a shared meeting time much faster.
- 06 Capability
Get autopilot status
Check if the logic engine is currently active for moving your flexible meetings. This confirms the system is working for you.
- 07 Capability
Toggle autopilot
Turn the intelligent meeting moving feature on or off instantly. Use this to give the AI more or less control over your schedule.
08—10
3 capabilities in this set.
Part of 10 available through Clockwise.
- 08 Capability
Get meeting analytics
Pull historical data on how often your meetings are being fragmented. It helps you identify where your time is being wasted.
- 09 Capability
Get time insights
Get reports on your weekly or monthly deep work achievements and calendar health. This gives you a bird's-eye view of your productivity.
- 10 Capability
Get current user
Retrieve the root identity and organization details for the connected account. This ensures your agent is acting on the right profile.
Set up in minutes
One URL. Then ask Clockwise to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Clockwise 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_d3jW0Pvf10yE0h42pn1x9wnsPEYR6tNIoyzlIWps/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 Clockwise, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Clockwise for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_d3jW0Pvf10yE0h42pn1x9wnsPEYR6tNIoyzlIWps/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 Clockwise URL.
- Step 03
Save and start
Save the connection and enable Clockwise in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"clockwise": {
"url": "https://edge.vinkius.com/vk_preview_d3jW0Pvf10yE0h42pn1x9wnsPEYR6tNIoyzlIWps/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 Clockwise
Open Agent mode in chat and ask: "Using Clockwise, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"clockwise": {
"url": "https://edge.vinkius.com/vk_preview_d3jW0Pvf10yE0h42pn1x9wnsPEYR6tNIoyzlIWps/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 Clockwise
Ask Copilot: "Using Clockwise, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"clockwise": {
"url": "https://edge.vinkius.com/vk_preview_d3jW0Pvf10yE0h42pn1x9wnsPEYR6tNIoyzlIWps/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 Clockwise
Open Cascade and ask: "Using Clockwise, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"clockwise": {
"url": "https://edge.vinkius.com/vk_preview_d3jW0Pvf10yE0h42pn1x9wnsPEYR6tNIoyzlIWps/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 Clockwise
Ask Cline: "Using Clockwise, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add clockwise --transport http "https://edge.vinkius.com/vk_preview_d3jW0Pvf10yE0h42pn1x9wnsPEYR6tNIoyzlIWps/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 Clockwise
Ask Claude: "Using Clockwise, show me...". 10 tools are ready
Where the request belongs
Work Clockwise can move forward.
This is for the person whose calendar is a minefield of back-to-back meetings and for the manager trying to coordinate a distributed team's schedule without the headache.
Project Manager
Finds team meeting slots and audits availability to keep projects moving.
Software Engineer
Protects deep work blocks and ensures focus time isn't interrupted by quick syncs.
Operations Lead
Analyzes meeting fragmentation costs to improve company-wide productivity.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMotion (AI Calendar & Task Management)
Manage your schedule via Motion. create AI-optimized tasks, track projects, and audit your timeline.
Fantastical
Manage calendars via Fantastical. create events using natural language, handle scheduling openings and proposals, and monitor connected accounts directly from any AI agent.
Notion Calendar (formerly Cron)
Manage scheduling via Notion Calendar. create events, track team availability, and manage scheduling links directly from any AI agent.
Google Calendar
Sync and orchestrate your agenda securely. scan, schedule, and manipulate Google Calendar events natively in chat.
Cal.com
Manage your scheduling via Cal.com. track bookings, manage event types, and coordinate meetings directly from any AI agent.
Cronofy
Automate scheduling via Cronofy. unify Google, iCloud, and Exchange calendars to manage events and track multi-user availability directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Clockwise 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 Clockwise.
The practical details behind the request, access and result.
How does Clockwise MCP help with my schedule?
It gives your AI agent the ability to actively manage your calendar. Instead of just reading your events, it can move flexible meetings, protect your focus time, and find the best slots for team syncs.
Can I use Clockwise MCP to find team meeting times?
Yes. You can ask your agent to check the availability of multiple people at once. It will scan their schedules and suggest the best overlapping windows for your meeting.
Does Clockwise MCP protect my focus time?
Absolutely. It can audit your current focus blocks and ensure they remain clear. You can even set specific goals for how much deep work you want to achieve each day.
Can my AI agent move meetings automatically?
Yes, by using the Autopilot features. Your agent can toggle this on to let the system automatically reshuffle flexible meetings to keep your schedule optimized.
How do I update my lunch breaks using Clockwise MCP?
You can simply tell your agent to update your preferences. It will modify your Clockwise settings to ensure your lunch breaks and meeting-free days are respected.
Can I see reports on my meeting fragmentation?
Yes. The Connector can pull analytics that show how often your meetings are being interrupted or fragmented, helping you identify productivity leaks.
Can my agent protect my Focus Time automatically?
Yes. Use the 'update_preferences' capability to set your focus time goals. The Clockwise AI will then automatically identify and block space on your calendar, and your agent can monitor these blocks using the 'get_focus_time' capability.
How do I find a common meeting time for several teammates?
Provide your agent with a list of emails and a target date. The 'get_team_availability' capability will aggregate free windows across all specified calendars, allowing the agent to suggest the best time for everyone.
Is Clockwise really shutting down in 2026?
Yes, the Clockwise team is joining Salesforce, and the service is scheduled to sunset on March 27, 2026. Users are encouraged to migrate to alternative solutions like Reclaim.ai before this date.
One connection away
Give your agent a direct line to Clockwise.
Connect Clockwise once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available