The reputation layer for AI skills, tools & agents

InditexTech/mcp-teams-server

Score: 45.8 Rank #413

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

You have 5 open vs 2 closed issues — triaging stale issues improves health

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for InditexTech/mcp-teams-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/InditexTech--mcp-teams-server)](https://agentrank-ai.com/tool/InditexTech--mcp-teams-server)
<a href="https://agentrank-ai.com/tool/InditexTech--mcp-teams-server"><img src="https://agentrank-ai.com/api/badge/tool/InditexTech--mcp-teams-server" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

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 sync 
Read full README on GitHub →
Are you the maintainer? Claim this listing