OfficeRnD Hybrid Connector for AI agents.
10 live capabilities
Manage desk bookings and meeting room reservations for your hybrid office.
Waiting for input…
Why people use OfficeRnD Hybrid
OfficeRnD Hybrid for Managing Hybrid Office Space
With this Connector, you just tell your AI what you need. It checks the availability, finds the best spot, and confirms the booking in one go. You get your confirmation in the same chat where you're already working.
What Vinkius changes
Your AI becomes a fully functional office manager for your hybrid workspace.
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 spot to sit
An employee needs to know where to sit.
- Real-world use case 02
Booking a meeting room
A manager needs to book a room for a 3 PM meeting.
- Real-world use case 03
Checking team members
A team needs to see who's in the office.
Complete set · 10capabilities
The complete OfficeRnD Hybrid capability set.
These are the exact actions your AI can choose when you ask it to work with OfficeRnD Hybrid.
01—04
4 capabilities in this set.
Part of 10 available through OfficeRnD Hybrid.
- 01 Capability
Create booking
Reserves a desk or room for a specific time. Use this to secure your spot in the office.
- 02 Capability
Get booking
Pulls up the details for a specific reservation. This is useful for double-checking dates and times.
- 03 Capability
Get my profile
Shows your current user information. This helps the AI know who is making the request.
- 04 Capability
List bookings
Shows every reservation in the system. Use this to see the full schedule of the office.
05—07
3 capabilities in this set.
Part of 10 available through OfficeRnD Hybrid.
- 05 Capability
List employees
Displays a list of everyone in the company. This helps your agent find the right contact person.
- 06 Capability
List events
Shows all upcoming company events. Use this to stay updated on office social activities.
- 07 Capability
List locations
Shows all the different offices or sites. This helps you find the right building for your booking.
08—10
3 capabilities in this set.
Part of 10 available through OfficeRnD Hybrid.
- 08 Capability
List resources
Shows all desks and rooms available. This is the best way to see what's open right now.
- 09 Capability
List teams
Shows the different groups in the organization. This helps with finding specific departments.
- 10 Capability
Cancel booking
Removes a reservation you already made. This helps when plans change last minute.
Set up in minutes
One URL. Then ask OfficeRnD Hybrid to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use OfficeRnD Hybrid 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_UAhP7NLRWv05yRVFLkXtnOwudjYr979gbmhrXhVQ/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 OfficeRnD Hybrid, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable OfficeRnD Hybrid for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_UAhP7NLRWv05yRVFLkXtnOwudjYr979gbmhrXhVQ/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 OfficeRnD Hybrid URL.
- Step 03
Save and start
Save the connection and enable OfficeRnD Hybrid in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"officernd-hybrid": {
"url": "https://edge.vinkius.com/vk_preview_UAhP7NLRWv05yRVFLkXtnOwudjYr979gbmhrXhVQ/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 OfficeRnD Hybrid
Open Agent mode in chat and ask: "Using OfficeRnD Hybrid, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"officernd-hybrid": {
"url": "https://edge.vinkius.com/vk_preview_UAhP7NLRWv05yRVFLkXtnOwudjYr979gbmhrXhVQ/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 OfficeRnD Hybrid
Ask Copilot: "Using OfficeRnD Hybrid, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"officernd-hybrid": {
"url": "https://edge.vinkius.com/vk_preview_UAhP7NLRWv05yRVFLkXtnOwudjYr979gbmhrXhVQ/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 OfficeRnD Hybrid
Open Cascade and ask: "Using OfficeRnD Hybrid, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"officernd-hybrid": {
"url": "https://edge.vinkius.com/vk_preview_UAhP7NLRWv05yRVFLkXtnOwudjYr979gbmhrXhVQ/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 OfficeRnD Hybrid
Ask Cline: "Using OfficeRnD Hybrid, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add officernd-hybrid --transport http "https://edge.vinkius.com/vk_preview_UAhP7NLRWv05yRVFLkXtnOwudjYr979gbmhrXhVQ/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 OfficeRnD Hybrid
Ask Claude: "Using OfficeRnD Hybrid, show me...". 10 tools are ready
Where the request belongs
Work OfficeRnD Hybrid can move forward.
This is for office managers who are tired of answering 'is there a room free?' every five minutes, and for remote employees who need a seamless way to grab a desk when they head into the office.
Office Manager
Handles room bookings and event coordination without switching tabs.
Facilities Coordinator
Monitors resource usage and floor plans across multiple locations.
Remote Employee
Books a desk for a specific day a week in advance via a simple chat.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCondeco (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.
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.
Envoy
Manage workplace operations via Envoy. register visitors, book desks and rooms, track deliveries, and monitor office capacity directly from any AI agent.
OfficeRnD Flex
Manage flexible workspaces via OfficeRnD. track members, bookings, and billing directly from your AI agent.
Skedda
Manage your workspace scheduling. create, update, and track bookings for desks, meeting rooms, and special venues directly through AI agents.
Hullo
Manage coworking spaces with desk bookings, member check-ins, and community engagement capabilities for modern workspaces.
Bring your own AI
Change the model, client or framework. Keep OfficeRnD Hybrid 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 OfficeRnD Hybrid.
The practical details behind the request, access and result.
Can the OfficeRnD Hybrid MCP book desks for me?
Yes, it can create reservations for desks or meeting rooms directly through your AI client. You just tell the agent when and where you want to be, and it handles the booking.
How do I see which meeting rooms are free?
You can ask your agent to list all available resources. It will pull the latest data from OfficeRnD to show you what's open right now.
Can I use this to manage my hybrid work schedule?
Absolutely. You can use it to book your workspace for the week, check your upcoming reservations, or cancel a booking if your plans change.
Does the OfficeRnD Hybrid MCP work with Cursor or Claude?
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf. Once connected via Vinkius, your agent can manage your office.
Can it help me find employees in different departments?
Yes, it can pull the organization's team lists and employee directories. You can ask who's in a specific group or find a contact person easily.
What happens if I need to cancel a reservation?
Just tell your agent to cancel your booking. It will find the correct reservation in your OfficeRnD account and remove it for you.
Where do I find my API credentials?
Log in to the OfficeRnD Admin Portal, go to Settings > Developer Capabilities, and create a new application to get your Client ID and Secret.
What is the Organization Slug?
The slug is the unique identifier for your organization in OfficeRnD, found in Settings > My Account.
Can I book a resource for someone else?
The current capabilities perform actions on behalf of the authenticated application/user. Advanced delegation depends on your API permissions.
One connection away
Give your agent a direct line to OfficeRnD Hybrid.
Connect OfficeRnD Hybrid once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available