join.me Connector for AI agents.
10 live capabilities
Manage video conferencing and meeting recordings with your agent
Waiting for input…
Why people use join.me
Join.me Video Meeting Automation
With the join.me MCP, you can handle all of this through a single conversation. Tell your agent to book a new sync, move a meeting, or start an ad-hoc call, and it handles the interaction with your account directly. You get your time back.
What Vinkius changes
You get full control over your video meetings without leaving your chat interface.
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 specific project recording
A project manager needs to find a recording from a client call last week.
- Real-world use case 02
Moving a high-priority standup
An executive assistant gets a request to move a 3 PM standup to 4 PM.
- Real-world use case 03
Jumping on a last-minute troubleshooting call
A team lead wants to start a quick screen-share session right now.
Complete set · 10capabilities
The complete join.me capability set.
These are the exact actions your AI can choose when you ask it to work with join.me.
01—04
4 capabilities in this set.
Part of 10 available through join.me.
- 01 Capability
Get user info
Retrieve your account profile and general information. Use this to confirm your current account status and details.
- 02 Capability
Delete meeting
Cancel or remove a specific scheduled meeting from your calendar. Use this to clear out old bookings or fix scheduling errors.
- 03 Capability
Get meeting
Fetch specific details for a single meeting. This helps you quickly check the status or link of a particular session.
- 04 Capability
List meetings
View all the meetings in your join.me account. It's the fastest way to see your full schedule at a glance.
05—07
3 capabilities in this set.
Part of 10 available through join.me.
- 05 Capability
List webhooks
View all the webhooks you have currently registered. This helps you keep track of your automated triggers and integrations.
- 06 Capability
Schedule meeting
Book a future meeting with your preferred settings. It's the primary capability for putting new events on the calendar.
- 07 Capability
Start adhoc meeting
Launch an instant meeting right now. This is perfect for when you need to jump on a call without a prior booking.
08—10
3 capabilities in this set.
Part of 10 available through join.me.
- 08 Capability
Start scheduled meeting
Begin a meeting that was already booked. This capability kicks off the session for a planned time slot.
- 09 Capability
Update meeting
Change the details of an existing scheduled meeting. Use this to move times, change titles, or adjust other settings.
- 10 Capability
Create webhook
Register a new webhook to receive automated notifications. It's useful for triggering other actions when meeting events happen.
Set up in minutes
One URL. Then ask join.me to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use join.me 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_OTJHZX84VNI7L5QWTK0B2C6LPNsL1Knfh0nxycXN/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 join.me, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable join.me for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OTJHZX84VNI7L5QWTK0B2C6LPNsL1Knfh0nxycXN/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 join.me URL.
- Step 03
Save and start
Save the connection and enable join.me in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"joinme": {
"url": "https://edge.vinkius.com/vk_preview_OTJHZX84VNI7L5QWTK0B2C6LPNsL1Knfh0nxycXN/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 join.me
Open Agent mode in chat and ask: "Using join.me, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"joinme": {
"url": "https://edge.vinkius.com/vk_preview_OTJHZX84VNI7L5QWTK0B2C6LPNsL1Knfh0nxycXN/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 join.me
Ask Copilot: "Using join.me, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"joinme": {
"url": "https://edge.vinkius.com/vk_preview_OTJHZX84VNI7L5QWTK0B2C6LPNsL1Knfh0nxycXN/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 join.me
Open Cascade and ask: "Using join.me, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"joinme": {
"url": "https://edge.vinkius.com/vk_preview_OTJHZX84VNI7L5QWTK0B2C6LPNsL1Knfh0nxycXN/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 join.me
Ask Cline: "Using join.me, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add joinme --transport http "https://edge.vinkius.com/vk_preview_OTJHZX84VNI7L5QWTK0B2C6LPNsL1Knfh0nxycXN/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 join.me
Ask Claude: "Using join.me, show me...". 10 tools are ready
Where the request belongs
Work join.me can move forward.
This is for the administrative heavy-lifters and team leads who spend too much time in browser tabs just to keep everyone on the same page.
Executive Assistant
They use this to move high-priority meetings around and keep an executive's calendar perfectly updated without manual data entry.
Project Manager
They use this to quickly find and share recordings of past standups or client demos during project reviews.
Team Lead
They use this to launch instant ad-hoc calls for quick troubleshooting and to manage team sync schedules.
Operations Coordinator
They use this to set up webhooks that notify other internal systems when new meetings are booked or completed.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGoTo Meeting
Host reliable video conferences with screen sharing, recording, and transcription for productive remote team meetings.
Whereby
Create video meeting rooms, manage recordings, and customize UI themes on Whereby. the easiest way to embed video calls.
Huddle01 (Web3 Video API)
Build and manage Web3 video meetings with Huddle01. create rooms, track live sessions, and retrieve meeting recordings directly from your AI agent.
Daily.co
Manage video calls and WebRTC infrastructure via Daily.co. create rooms, track participants, and control meeting sessions directly from your AI.
Zhumu / 瞩目
Leading video conferencing platform in China. manage meetings, users, and recordings via AI.
Webex
Manage rooms, meetings, and collaboration workflows on Cisco Webex. the leading enterprise video conferencing platform.
Bring your own AI
Change the model, client or framework. Keep join.me 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 join.me.
The practical details behind the request, access and result.
Can I use the join.me MCP to book meetings?
Yes, you can use the join.me MCP to schedule new meetings, change existing times, and manage your entire calendar through your AI agent.
Does the join.me MCP work with my current account?
Yes, it connects directly to your existing join.me account using your access token to manage your specific meetings and recordings.
How does the join.me MCP handle recordings?
The join.me MCP allows your agent to list and retrieve your past meeting recordings, making it easy to find specific sessions for review.
Can I use the join.me MCP to start a call instantly?
Yes, you can use the join.me MCP to launch ad-hoc meetings immediately for quick chats or troubleshooting sessions.
Does the join.me MCP support webhooks?
Yes, the join.me MCP can register webhooks so you can automate actions or receive notifications whenever meeting events occur.
Can I update a meeting time using the join.me MCP?
Yes, you can ask your agent to update the time, title, or other settings for any meeting already scheduled in your join.me account.
Can I schedule meetings and invite participants?
Yes. Create meetings with date, time, duration, and participant list. Update existing meetings and cancel when needed. Each meeting generates a join link for easy sharing.
Can I access meeting recordings?
Yes. List all available recordings and retrieve download links. Recordings include meeting metadata, duration, and participant information.
Can I view past meeting history and attendance?
Yes. Browse meeting history with details including duration, participant count, attendees, and whether the meeting was recorded.
One connection away
Give your agent a direct line to join.me.
Connect join.me once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available