Microsoft Teams Events Connector for AI agents.
10 live capabilities
Manage corporate webinars and meeting attendance with natural language.
Waiting for input…
Why people use Microsoft Teams Events
Microsoft Teams Events for Automated Meeting Orchestration
This Connector turns your meeting schedule into a queryable database. You can ask your agent to find the attendance for the marketing sync or create a town hall for the engineering team, and it just happens. You stop being a secretary and start being a coordinator.
What Vinkius changes
You get a natural language interface for your entire Microsoft Teams meeting lifecycle.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Late-Night Audit
An HR manager needs to find the transcript for a training session held three weeks ago to verify a policy change.
- Real-world use case 02
The Rapid Sync
A project manager needs to set up a 30-minute call with five people immediately and wants the AI to handle the invites and scheduling automatically.
- Real-world use case 03
The Webinar Recap
A marketing lead wants to know how many people attended the Q3 launch and needs an attendance report for the board to see engagement stats.
Complete set · 10capabilities
The complete Microsoft Teams Events capability set.
These are the exact actions your AI can choose when you ask it to work with Microsoft Teams Events.
01—04
4 capabilities in this set.
Part of 10 available through Microsoft Teams Events.
- 01 Capability
List events
See all your upcoming calendar events at once. This provides a quick overview of your busy week.
- 02 Capability
Check teams status
Verify that your Microsoft Graph API connection is active. Use this to troubleshoot your connection quickly.
- 03 Capability
Create meeting
Create a new Teams meeting and send invites to a list of emails. Use this to automate your recurring syncs.
- 04 Capability
Get attendance report
Pull a list of participants and their interaction times. It's great for verifying who joined your sessions.
05—07
3 capabilities in this set.
Part of 10 available through Microsoft Teams Events.
- 05 Capability
Cancel event
Remove a meeting or event from your calendar. Use it to quickly clear your schedule when plans change.
- 06 Capability
Get event
Get the specific details for a calendar event. Use this to quickly check time and location info.
- 07 Capability
Get profile
Retrieve a specific user's profile information. This helps your agent identify the right people for invites.
08—10
3 capabilities in this set.
Part of 10 available through Microsoft Teams Events.
- 08 Capability
Get webinar
Fetch details about a specific webinar or town hall. Use it to check registration stats or session info.
- 09 Capability
List online meetings
Get a list of all active online meetings. It helps you see what's happening on the grid right now.
- 10 Capability
List webinars
View all your scheduled webinars. Use this to manage large-scale corporate broadcasts.
Set up in minutes
One URL. Then ask Microsoft Teams Events to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Microsoft Teams Events 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_VK1N7MG2YsLi5bvU2UDjmjXOrfhiG8CToCSnpoiX/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 Microsoft Teams Events, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Microsoft Teams Events for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_VK1N7MG2YsLi5bvU2UDjmjXOrfhiG8CToCSnpoiX/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 Microsoft Teams Events URL.
- Step 03
Save and start
Save the connection and enable Microsoft Teams Events in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"microsoft-teams-events": {
"url": "https://edge.vinkius.com/vk_preview_VK1N7MG2YsLi5bvU2UDjmjXOrfhiG8CToCSnpoiX/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 Microsoft Teams Events
Open Agent mode in chat and ask: "Using Microsoft Teams Events, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"microsoft-teams-events": {
"url": "https://edge.vinkius.com/vk_preview_VK1N7MG2YsLi5bvU2UDjmjXOrfhiG8CToCSnpoiX/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 Microsoft Teams Events
Ask Copilot: "Using Microsoft Teams Events, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"microsoft-teams-events": {
"url": "https://edge.vinkius.com/vk_preview_VK1N7MG2YsLi5bvU2UDjmjXOrfhiG8CToCSnpoiX/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 Microsoft Teams Events
Open Cascade and ask: "Using Microsoft Teams Events, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"microsoft-teams-events": {
"url": "https://edge.vinkius.com/vk_preview_VK1N7MG2YsLi5bvU2UDjmjXOrfhiG8CToCSnpoiX/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 Microsoft Teams Events
Ask Cline: "Using Microsoft Teams Events, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add microsoft-teams-events --transport http "https://edge.vinkius.com/vk_preview_VK1N7MG2YsLi5bvU2UDjmjXOrfhiG8CToCSnpoiX/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 Microsoft Teams Events
Ask Claude: "Using Microsoft Teams Events, show me...". 10 tools are ready
Where the request belongs
Work Microsoft Teams Events can move forward.
This is for the project managers and HR leads who are tired of manual meeting admin. If you spend your day hunting for links or tracking attendee logs in spreadsheets, this capability automates the logistics of your corporate communication.
Project Manager
Uses the capability on Tuesday afternoons to quickly set up syncs and check who actually attended the last sprint review.
HR & Training Lead
Orchestrates internal webinars and pulls transcripts to verify that employees completed their mandatory training.
Operations Coordinator
Manages high-volume corporate broadcasts and keeps a clean audit trail of all organizational town halls.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAirmeet
Event management and orchestration. manage virtual events, attendees, and recordings via AI.
ON24 Virtual Events
Manage webinars and virtual events via ON24. track registrants, attendees, and analytics directly from your AI agent.
Webex
Manage rooms, meetings, and collaboration workflows on Cisco Webex. the leading enterprise video conferencing platform.
Hopin (RingCentral Events)
Connect and manage RingCentral Events (formerly Hopin) webinars and virtual events.
Demio
Equip your AI agent to manage webinar events, track registrants, and monitor sessions via the Demio API.
HeySummit
Launch virtual summits and online conferences with speaker management, attendee registration, and engagement tracking built in.
Bring your own AI
Change the model, client or framework. Keep Microsoft Teams Events 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 Microsoft Teams Events.
The practical details behind the request, access and result.
Can the Microsoft Teams Events MCP help me track who attended my meetings?
Yes. You can ask your agent to pull an attendance report for any specific meeting. It will show you who joined, how long they stayed, and when they arrived.
How do I use Microsoft Teams Events to find old meeting transcripts?
You can ask your agent to retrieve the transcript for a specific past meeting. It's a great way to quickly find what was discussed without digging through your Teams history.
Can this Connector schedule meetings for me automatically?
Exactly. You can give your agent a list of emails and a time, and it will use the creation capability to set everything up and send the invites.
Is the Microsoft Teams Events MCP good for managing large webinars?
Yes, it's built for that. You can list all your upcoming webinars, check specific event details, and monitor your broadcast schedule through natural conversation.
How do I get my AI agent to connect to my Microsoft Teams account?
You'll need to grab an Access Token from your Microsoft Entra admin center first. Once you have that, you can link it to your AI client to start managing your events.
Can I use the Microsoft Teams Events MCP to cancel meetings?
Yes. If a meeting needs to be moved or deleted, you can just tell your agent to cancel the specific event, and it will update your calendar immediately.
How do I create a Teams meeting from my AI agent?
Use the create_meeting capability with subject, start and end times (ISO 8601), and attendee emails. A Teams meeting link is generated automatically.
Can I check attendance after a meeting?
Yes. Use get_attendance_report with the meeting ID to retrieve join/leave times for each participant.
Does this connector support webinars?
Absolutely. Use list_webinars to see all scheduled webinars and get_webinar for detailed session and registration data.
One connection away
Give your agent a direct line to Microsoft Teams Events.
Connect Microsoft Teams Events once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available