Labsco
InditexTech logo

Microsoft Teams MCP

β˜… 381

from InditexTech

Interact with Microsoft Teams to read, create, and reply to messages, and mention members.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup

MCP Teams Server

An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.

Features

https://github.com/user-attachments/assets/548a9768-1119-4a2d-bd5c-6b41069fc522

  • Start thread in channel with title and contents, mentioning users

  • Update existing threads with message replies, mentioning users

  • Read thread replies

  • List channel team members

  • Read channel messages

Development

Integration tests require the set-up the following environment variables:

Key Description TEST_THREAD_ID timestamp of the thread id TEST_MESSAGE_ID timestamp of the message id TEST_USER_NAME test user name

Copy & paste β€” that's it
uv run pytest -m integration

Pre-built docker image

There is a pre-built image hosted in ghcr.io. You can install this image by running the following command

Copy & paste β€” that's it
docker pull ghcr.io/inditextech/mcp-teams-server:latest

Build docker image

A docker image is available to run MCP server. You can build it with the following command:

Copy & paste β€” that's it
docker build . -t inditextech/mcp-teams-server

Run docker image

Basic run configuration:

Copy & paste β€” that's it
docker run -it inditextech/mcp-teams-server

Run with environment variables from .env file:

Copy & paste β€” that's it
docker run --env-file .env -it inditextech/mcp-teams-server

Setup LLM to use MCP Teams Server

Please follow instructions on the following document

Changelog

See CHANGELOG.md for a list of changes and version history.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

Security

For security concerns, please see our Security Policy.

License

This project is licensed under the Apache-2.0 file for details.

Β© 2025 INDUSTRIA DE DISEΓ‘O TEXTIL S.A. (INDITEX S.A.)