Back to MCP Servers
🔌

InditexTech/mcp-teams-server

Apache-2.0

🐍 ☁️ - MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads)

PythonCommunication

Install

npx -y inditextech-mcp-teams-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "inditextech-mcp-teams-server": {
      "command": "npx",
      "args": [
        "-y",
        "inditextech-mcp-teams-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.