mcp-teams-server

InditexTech/mcp-teams-server
★ 358 stars Python Communication Updated 3mo ago
An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-teams-server": {
      "command": "uvx",
      "args": [
        "mcp-teams-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-teams-server

Topics

inditexmcpmcp-servermsteams