InditexTech/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.
Overview
InditexTech/mcp-teams-server is a Python MCP server licensed under Apache-2.0. An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members. Topics: inditex, mcp, mcp-server, msteams.
Ranked #413 out of 25632 indexed tools.
In the top 2% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python Apache-2.0
inditexmcpmcp-servermsteams
Signal Breakdown
Stars 358
Freshness 7d ago
Issue Health 29%
Contributors 3
Dependents 0
Forks 31
Description Detailed
License Apache-2.0
How to Improve
Issue Health high impact
Dependents medium impact
Matched Queries
From the README
# MCP Teams Server An MCP ([Model Context Protocol](https://modelcontextprotocol.io/introduction)) server implementation for [Microsoft Teams](https://www.microsoft.com/en-us/microsoft-teams/group-chat-software/) 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 ## Prerequisites - [uv](https://github.com/astral-sh/uv) package manager - [Python 3.10](https://www.python.org/) - Microsoft Teams account with [proper set-up](./doc/MS-Teams-setup.md) ## Installation 1. Clone the repository: ```bash git clone [repository-url] cd mcp-teams-server ``` 2. Create a virtual environment and install dependencies: ```bash uv venv uv syncRead full README on GitHub →
Are you the maintainer? Claim this listing