Microsoft Teams (Docker) MCP Server
CommunityContributed by InditexTech
Connect to Microsoft Teams via Docker. Read channel messages, start and reply to threads, mention members, and list team members through an Azure AD (MS Entra ID) bot application.
About the Microsoft Teams (Docker) MCP Server
The Microsoft Teams (Docker) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Microsoft Teams via Docker. Read channel messages, start and reply to threads, mention members, and list team members through an Azure AD (MS Entra ID) bot application. This is a community-contributed MCP server by InditexTech.
Install the Microsoft Teams (Docker) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TEAMS_APP_ID",
"-e",
"TEAMS_APP_PASSWORD",
"-e",
"TEAMS_APP_TYPE",
"-e",
"TEAMS_APP_TENANT_ID",
"-e",
"TEAM_ID",
"-e",
"TEAMS_CHANNEL_ID",
"ghcr.io/inditextech/mcp-teams-server:latest"
],
"env": {
"TEAMS_APP_ID": "${input:TEAMS_APP_ID}",
"TEAMS_APP_PASSWORD": "${input:TEAMS_APP_PASSWORD}",
"TEAMS_APP_TYPE": "${input:TEAMS_APP_TYPE}",
"TEAMS_APP_TENANT_ID": "${input:TEAMS_APP_TENANT_ID}",
"TEAM_ID": "${input:TEAM_ID}",
"TEAMS_CHANNEL_ID": "${input:TEAMS_CHANNEL_ID}"
},
"metadata": {
"inputs": [
{
"id": "TEAMS_APP_ID",
"label": "Teams App ID",
"description": "UUID for your MS Entra ID (Azure AD) application (client) ID used by the Teams bot.",
"type": "text",
"required": true,
"secret": false,
"placeholder": "00000000-0000-0000-0000-000000000000",
"obtain": {
"url": "https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade",
"instructions": "1. Open the Azure Portal > Microsoft Entra ID > App registrations\n2. Register (or open) your bot application\n3. Copy the Application (client) ID from the Overview page",
"button_label": "Open Azure Portal"
}
},
{
"id": "TEAMS_APP_PASSWORD",
"label": "Teams App Password (Client Secret)",
"description": "Client secret generated for your MS Entra ID application registration.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "****************************************",
"obtain": {
"url": "https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade",
"instructions": "1. Open the Azure Portal > Microsoft Entra ID > App registrations > your app\n2. Go to Certificates & secrets > Client secrets\n3. Create a new client secret and copy its Value (shown only once)",
"button_label": "Open Azure Portal"
}
},
{
"id": "TEAMS_APP_TYPE",
"label": "Teams App Type",
"description": "Tenancy model of the Entra ID application: SingleTenant or MultiTenant.",
"type": "select",
"required": true,
"secret": false,
"default": "SingleTenant",
"options": [
{
"value": "SingleTenant",
"label": "SingleTenant"
},
{
"value": "MultiTenant",
"label": "MultiTenant"
}
]
},
{
"id": "TEAMS_APP_TENANT_ID",
"label": "Teams App Tenant ID",
"description": "Tenant UUID for your Microsoft Entra ID directory. Required when using a SingleTenant app type.",
"type": "text",
"required": true,
"secret": false,
"placeholder": "00000000-0000-0000-0000-000000000000",
"obtain": {
"url": "https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade",
"instructions": "1. Open the Azure Portal > Microsoft Entra ID > Overview\n2. Copy the Tenant ID (Directory ID)",
"button_label": "Open Azure Portal"
}
},
{
"id": "TEAM_ID",
"label": "Team ID",
"description": "MS Teams Group ID or Team ID. Found in the channel URL as the groupId parameter (https://teams.microsoft.com/l/channel/<TEAMS_CHANNEL_ID>/<name>?groupId=<TEAM_ID>&tenantId=<TEAMS_APP_TENANT_ID>).",
"type": "text",
"required": true,
"secret": false,
"placeholder": "00000000-0000-0000-0000-000000000000",
"obtain": {
"url": "https://github.com/InditexTech/mcp-teams-server/blob/master/doc/MS-Teams-setup.md",
"instructions": "1. Open the target channel in Microsoft Teams\n2. Click the channel ... menu > Get link to channel\n3. Copy the groupId value from the URL",
"button_label": "Setup Guide"
}
},
{
"id": "TEAMS_CHANNEL_ID",
"label": "Teams Channel ID",
"description": "MS Teams Channel ID with URL-escaped characters. Found in the channel link URL.",
"type": "text",
"required": true,
"secret": false,
"placeholder": "19%3a...%40thread.tacv2",
"obtain": {
"url": "https://github.com/InditexTech/mcp-teams-server/blob/master/doc/MS-Teams-setup.md",
"instructions": "1. Open the target channel in Microsoft Teams\n2. Click the channel ... menu > Get link to channel\n3. Copy the channel ID segment from the URL (keep the URL-escaped characters)",
"button_label": "Setup Guide"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Microsoft Teams (Docker) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Slack (Docker)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via Docker container.
Slack (npx)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via npx.
Google Workspace (uvx)
Access Gmail, Google Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, and Apps Script from a single MCP server. 100+ operations across all Google Workspace services.
Businys
221 MCP tools across 26 practices for independent professionals. Manage clients, bookings, invoices, contracts, programs, sessions, and more. Open platform with full data export on all paid tiers.
Discord (Docker)
Control a Discord bot via Docker. Send and manage messages, administer channels, categories, roles, webhooks, forums, invites, scheduled events, and emojis, plus moderation actions across your servers â all in an isolated container.
Freshdesk (uvx)
Interact with Freshdesk customer support. Manage tickets, conversations, contacts, companies, agents, and ticket fields through the Freshdesk API.
Install Microsoft Teams (Docker) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.