Microsoft Teams — Channels, Chats & Enterprise Collaboration
Integrate Microsoft Teams to send channel messages, manage chats, schedule meetings, and automate enterprise workflows — bring AI agents directly into your organization's daily collaboration hub.
The Enterprise Collaboration Hub
Microsoft Teams is the backbone of workplace communication for over 300 million daily active users. By connecting Teams to OpenClaw, your AI agents can post updates to channels, answer employee questions in DMs, trigger approval workflows, and surface insights from across Microsoft 365 — turning Teams into an intelligent operations command center.
- Channel Messaging: Post announcements, threaded replies, and adaptive cards to any team channel. Keep everyone in sync without leaving the chat.
- Direct Chats: Handle 1:1 and group chats privately. Your agent can answer FAQs, look up records, and escalate to humans when needed.
- Meeting Automation: Schedule, update, and cancel Teams meetings. Auto-generate agendas and send follow-up notes to attendees.
- Adaptive Cards: Build rich interactive forms with buttons, inputs, and data tables for approvals, polls, and task assignments.
Configuration
"mcpServers": {
"teams": {
"command": "npx",
"args": ["-y", "@mcp/teams-server"],
"env": {
"TEAMS_TENANT_ID": "your-tenant-id",
"TEAMS_CLIENT_ID": "your-client-id",
"TEAMS_CLIENT_SECRET": "your-client-secret"
}
}
}Register an app in the Azure portal with Microsoft Graph permissions (ChannelMessage.Send, Chat.ReadWrite, OnlineMeetings.ReadWrite).
Top Prompts
- "Post a weekly project status summary to the #engineering channel every Monday at 9 AM."
- "When someone DMs the bot asking about PTO policy, reply with the latest HR handbook excerpt."
- "Send an adaptive card approval request to the #finance channel for any expense over $500."
- "Schedule a 30-minute Teams meeting with the design team and attach the auto-generated agenda."
</ Add to your README
If you use this skill in your project, add the badge to your GitHub README:
[](https://clawdbot.space/en/skills/mcp-teams?ref=badge&utm_source=mcp-teams&utm_medium=readme&utm_campaign=skill-page)