InditexTech/mcp-teams-server
MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads)
Quick Start
Clone the repository:
git clone https://github.com/InditexTech/mcp-teams-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-teams-server": {
"command": "npx",
"args": [
"-y",
"InditexTech/mcp-teams-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.