Back to directory
inditextech/mcp-teams-server

inditextech/mcp-teams-server

@InditexTech

An MCP server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.

microsoft-teamsteamsmessagingintegrationcommunicationenterprisemcpcollaborationtool

Installation & Configuration

{
  "mcpServers": {
    "mcp-teams-server": {
      "command": "uv",
      "args": [
        "run",
        "mcp-teams-server"
      ],
      "env": {
        "TEAMS_APP_ID": "your-app-id",
        "TEAMS_APP_PASSWORD": "your-app-password",
        "TEAMS_APP_TYPE": "SingleTenant",
        "TEAMS_APP_TENANT_ID": "your-tenant-id",
        "TEAM_ID": "your-team-id",
        "TEAMS_CHANNEL_ID": "your-channel-id"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12