Webex Connector for AI agents.
10 live capabilities
Manage enterprise video meetings and collaboration spaces with ease.
Waiting for input…
Why people use Webex
Webex for Enterprise Meeting Management
This Connector puts those controls into your agent. You can just ask it to find a room or create a new one while you're already in your workspace. You get a clean workflow where your agent handles the navigation and you just get the results.
What Vinkius changes
You get a hands-free way to manage your entire Webex communication suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Setting up a new project workspace
A project manager needs to set up a room for a new 'Alpha' project.
- Real-world use case 02
Updating a delayed meeting
A meeting is running late and needs to move by an hour.
- Real-world use case 03
Sharing dial-in numbers with clients
A team member needs to know the dial-in number for a client call.
Complete set · 10capabilities
The complete Webex capability set.
These are the exact actions your AI can choose when you ask it to work with Webex.
01—04
4 capabilities in this set.
Part of 10 available through Webex.
- 01 Capability
Delete webex room
Permanently delete a room and clear its history from your account. Use this to prune old project spaces.
- 02 Capability
Get meeting details
Pull the specific join link, dial-in numbers, and timing for a meeting. This is great for quick sharing.
- 03 Capability
Get room details
Get the specific details and info for a particular Webex room. Use this to check space parameters.
- 04 Capability
List scheduled meetings
See a full list of all meetings currently on your Webex calendar. This gives you a quick daily overview.
05—07
3 capabilities in this set.
Part of 10 available through Webex.
- 05 Capability
List webex rooms
View all the different rooms and spaces you currently belong to. This helps you see your full workspace.
- 06 Capability
Update meeting schedule
Change the time or the title of a meeting that's already been scheduled. Use this for last-minute shifts.
- 07 Capability
Update room title
Change the name of an existing room to better reflect its current use. This keeps your workspace organized.
08—10
3 capabilities in this set.
Part of 10 available through Webex.
- 08 Capability
Create video meeting
Schedule a new video call by providing a title and the start and end times. This helps you book sessions quickly.
- 09 Capability
Create webex room
Create a new collaboration space with a custom name for your team. Use this to build out project areas.
- 10 Capability
Delete scheduled meeting
Permanently cancel and remove a meeting from your schedule. This action is irreversible and clears the slot.
Set up in minutes
One URL. Then ask Webex to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Webex 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_iIDvBUsRj22WieHbQwxS7gGh9Rd6kECpZMO8tRAK/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 Webex, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Webex for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iIDvBUsRj22WieHbQwxS7gGh9Rd6kECpZMO8tRAK/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 Webex URL.
- Step 03
Save and start
Save the connection and enable Webex in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"webex": {
"url": "https://edge.vinkius.com/vk_preview_iIDvBUsRj22WieHbQwxS7gGh9Rd6kECpZMO8tRAK/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 Webex
Open Agent mode in chat and ask: "Using Webex, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"webex": {
"url": "https://edge.vinkius.com/vk_preview_iIDvBUsRj22WieHbQwxS7gGh9Rd6kECpZMO8tRAK/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 Webex
Ask Copilot: "Using Webex, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"webex": {
"url": "https://edge.vinkius.com/vk_preview_iIDvBUsRj22WieHbQwxS7gGh9Rd6kECpZMO8tRAK/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 Webex
Open Cascade and ask: "Using Webex, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"webex": {
"url": "https://edge.vinkius.com/vk_preview_iIDvBUsRj22WieHbQwxS7gGh9Rd6kECpZMO8tRAK/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 Webex
Ask Cline: "Using Webex, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add webex --transport http "https://edge.vinkius.com/vk_preview_iIDvBUsRj22WieHbQwxS7gGh9Rd6kECpZMO8tRAK/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 Webex
Ask Claude: "Using Webex, show me...". 10 tools are ready
Where the request belongs
Work Webex can move forward.
This is for the office lead or project manager who spends too much time copy-pasting meeting links and manually creating rooms for every new initiative. It solves the friction of 'where is the link?' and 'who owns this space?'
Project Manager
Sets up new project rooms and schedules syncs without leaving their chat app.
Executive Assistant
Manages complex calendar shifts and provides join details for VIPs instantly.
DevOps Engineer
Provisions collaboration spaces for incident response and manages meeting lifecycles during outages.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWhereby
Create video meeting rooms, manage recordings, and customize UI themes on Whereby. the easiest way to embed video calls.
Microsoft Teams Events
Organize webinars and virtual events through Microsoft Teams with registration, attendee tracking, and engagement features.
Airmeet
Event management and orchestration. manage virtual events, attendees, and recordings via AI.
GoTo Meeting
Host reliable video conferences with screen sharing, recording, and transcription for productive remote team meetings.
Zoom
Manage video meetings, webinars, and users on Zoom. the world's leading collaboration and communication platform.
Daily.co
Manage video calls and WebRTC infrastructure via Daily.co. create rooms, track participants, and control meeting sessions directly from your AI.
Bring your own AI
Change the model, client or framework. Keep Webex 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 Webex.
The practical details behind the request, access and result.
Can the Webex MCP create new meeting rooms for my team?
Yes, it can create new collaboration spaces with a custom title directly through your agent. This saves you from having to manually set up rooms in the Webex dashboard every time a new project starts.
How do I get join links for my upcoming meetings?
You can ask your agent to pull the specific details for any meeting. It will retrieve the join URL and dial-in numbers so you can share them with your team instantly.
Can I use this to rename my Webex spaces?
Yes, the Webex MCP allows you to update the title of any existing room. It's a quick way to keep your workspace organized as project names change.
Does the Webex MCP support deleting old meetings?
It does. You can permanently cancel and remove meetings from your schedule using your agent if they are no longer needed.
Can I see my entire Webex calendar at once?
Yes, your agent can list all your scheduled meetings. This is helpful for getting a quick overview of your day without switching apps.
Is the Webex MCP good for large enterprise teams?
It's designed specifically for enterprise collaboration. It helps project managers and assistants manage high volumes of meetings and rooms more efficiently.
Can I get the join link for my next meeting through the agent?
Yes. The get_meeting_details capability allows your AI agent to retrieve the full configuration for any scheduled meeting, including the join URL and dial-in numbers, so you can join instantly.
How do I create a new collaboration space for my team using chat?
You can use the create_webex_room capability. Simply provide a title for the space, and your agent will provision the new Webex room for your team immediately.
Can I reschedule a meeting if I have a conflict?
Absolutely. Using the update_meeting_schedule capability, you can instruct your agent to change the start and end times or the title of any existing scheduled meeting in your Webex calendar.
One connection away
Give your agent a direct line to Webex.
Connect Webex once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available