Skedda Connector for AI agents.
9 live capabilities
Manage office desk and meeting room bookings through natural language.
Waiting for input…
Why people use Skedda
Skedda for Automated Office Space Scheduling
This Connector changes the flow by making your office space searchable and bookable through a conversation. Instead of hunting for a room, you just ask your agent to find one. It checks the live data, confirms the space, and puts it on the schedule in seconds. You get a workspace that actually stays organized without the manual overhead.
What Vinkius changes
You stop clicking through calendars and start booking spaces through natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Last Minute Meeting
An employee asks for a room for 4 people at 3 PM.
- Real-world use case 02
The Office Audit
An admin wants to see who's in the office today.
- Real-world use case 03
The Event Cleanup
A planner needs to wipe the schedule for a finished conference.
Complete set · 9capabilities
The complete Skedda capability set.
These are the exact actions your AI can choose when you ask it to work with Skedda.
01—03
3 capabilities in this set.
Part of 9 available through Skedda.
- 01 Capability
Create booking
Book a new space instantly. You just need to provide the space ID, user ID, and the start/end times.
- 02 Capability
List bookings
See every reservation in your workspace. You can filter these by specific date ranges to see past or future schedules.
- 03 Capability
List spaces
Get a full list of every room and desk available. This helps your agent know exactly what's on the map.
04—06
3 capabilities in this set.
Part of 9 available through Skedda.
- 04 Capability
List users
View everyone in your Skedda account. Use this to make sure you're assigning bookings to the right people.
- 05 Capability
List venues
See all the different locations you manage. This is great for multi-site organizations.
- 06 Capability
Update booking
Change the details of an existing reservation. Use this to move a meeting or extend a desk stay.
07—09
3 capabilities in this set.
Part of 9 available through Skedda.
- 07 Capability
List space categories
See how your spaces are grouped, like "Boardrooms" or "Hot Desks." This helps the AI understand your venue layout.
- 08 Capability
Delete booking
Remove a reservation from the schedule permanently. This is useful for cleaning up old or canceled entries.
- 09 Capability
Get booking details
Pull up the specific info for one reservation. It's the quickest way to check who booked what and when.
Set up in minutes
One URL. Then ask Skedda to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Skedda 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_zIaOwF6iSATZe4MNUbPVCrDIsYMqfrgxwS81ptEM/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 Skedda, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Skedda for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zIaOwF6iSATZe4MNUbPVCrDIsYMqfrgxwS81ptEM/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 Skedda URL.
- Step 03
Save and start
Save the connection and enable Skedda in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"skedda": {
"url": "https://edge.vinkius.com/vk_preview_zIaOwF6iSATZe4MNUbPVCrDIsYMqfrgxwS81ptEM/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 Skedda
Open Agent mode in chat and ask: "Using Skedda, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"skedda": {
"url": "https://edge.vinkius.com/vk_preview_zIaOwF6iSATZe4MNUbPVCrDIsYMqfrgxwS81ptEM/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 Skedda
Ask Copilot: "Using Skedda, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"skedda": {
"url": "https://edge.vinkius.com/vk_preview_zIaOwF6iSATZe4MNUbPVCrDIsYMqfrgxwS81ptEM/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 Skedda
Open Cascade and ask: "Using Skedda, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"skedda": {
"url": "https://edge.vinkius.com/vk_preview_zIaOwF6iSATZe4MNUbPVCrDIsYMqfrgxwS81ptEM/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 Skedda
Ask Cline: "Using Skedda, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add skedda --transport http "https://edge.vinkius.com/vk_preview_zIaOwF6iSATZe4MNUbPVCrDIsYMqfrgxwS81ptEM/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 Skedda
Ask Claude: "Using Skedda, show me...". 9 tools are ready
Where the request belongs
Work Skedda can move forward.
This is for the people who keep the office running but feel buried by the logistics of physical space. It's for anyone who needs to manage a shared resource without the friction of a manual booking system.
Office Manager
Handles bulk booking updates and checks occupancy levels for large events or office moves.
Employee
Quickly grabs a hot desk or meeting room on the fly during a busy day via a chat interface.
Event Planner
Scours different venue types and categories to coordinate multi-day conferences and workshops.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCal.com
Manage your scheduling via Cal.com. track bookings, manage event types, and coordinate meetings directly from any AI agent.
OfficeRnD Hybrid
Hybrid work management. book desks, rooms, and manage office resources via OfficeRnD.
Condeco (Eptura Engage)
Manage workspace bookings via Condeco. book meeting rooms, reserve hot desks, track availability, and handle office check-ins directly from any AI agent.
Envoy
Manage workplace operations via Envoy. register visitors, book desks and rooms, track deliveries, and monitor office capacity directly from any AI agent.
Robin
Connect your AI assistant to Robin to seamlessly manage office locations, book meeting rooms, reserve hot desks, and monitor workplace availability directly from chat.
Cobot
Manage coworking spaces via Cobot. track memberships, monitor bookings, and manage resources directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Skedda 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 Skedda.
The practical details behind the request, access and result.
How can I use the Skedda MCP to manage my office desks?
You can use it to let your AI agent handle all desk reservations. Instead of logging into a portal, you can just tell your agent to find a desk and book it for you or your team.
Can the Skedda MCP book meeting rooms for my team?
Yes, it can. Your agent can check which meeting rooms are free at a specific time and create a new booking instantly, then send you the confirmation.
Does the Skedda MCP support multiple venues?
It does. You can use it to see all your different venues and categories, making it a great choice for companies with multiple office locations.
Can I use Skedda MCP to see who is currently in the office?
You can use it to check occupancy. Your agent can pull a list of current bookings to show you which spaces are occupied and by whom.
Is it possible to update a booking using Skedda MCP?
Yes, you can easily update existing reservations. Just tell your agent to change the time, date, or user for a specific booking.
What happens if I need to cancel a room reservation with Skedda MCP?
Your agent can permanently delete a booking for you. This helps clear up your schedule and frees up the space for others immediately.
Can my AI automatically find an available room for tomorrow and book it?
Yes. While your agent can list existing schedules across specific dates using ISO 8601 timeframes, it can dynamically cross-reference that with your list of available spaces. Once a gap is confirmed, the agent will prompt the booking creation capability linking your user ID to instantly reserve the room.
How will my AI know which space ID to book if I only know its name?
You can simply mention the plain name (e.g., 'Book the Innovation Boardroom'). The agent will intelligently call the 'list_spaces' capability in the background first, match your requested string to the correct internal resource ID, and generate the final reservation seamlessly.
Can I bulk cancel multiple reservations if an event reschedules?
Absolutely. You can request your AI to 'list all bookings for Monday', ask it to filter down to specific ones based on timeframe or assignee, and instruct it to execute a deletion for each matching reservation sequentially.
One connection away
Give your agent a direct line to Skedda.
Connect Skedda once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available