Microsoft Teams MCP
Local · stdioA community server for Microsoft Teams built by Inditex's (Zara) engineering team: it authenticates via Microsoft Entra ID and the Graph API, letting an agent read channel history, reply in threads, mention participants and list channel members. Built for corporate channels where the agent joins the conversation alongside people. Not an official Microsoft product.
Why this server
- Supports threads and @mentions — the agent replies in context, not off to the side
- Auth via Microsoft Entra ID — fits existing corporate security policies
- Written and maintained by Inditex (Zara) engineers — running in the retailer's own production
- Stdio only, channels only — no Teams direct chats or meetings
Usage examples
Prompt: Read the thread under the release message in the Engineering channel and summarize it
Result: The agent called get_channel_messages, located the thread, then get_thread_replies and summarized the responses.
Prompt: Reply in the thread and mention @Anna with a question about the task status
Result: The agent called send_message with the thread's reply_to_id and a mention resolved via get_channel_members.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.