Back to Browse

Microsoft Teams MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.

About

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (46/48 approved). 2 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Microsoft Entra (Azure AD) application client IDOptional

Environment variable: MS_CLIENT_ID

Path to the per-user Microsoft config directory (credentials/, accounts.json)Optional

Environment variable: MS_CONFIG_DIR

Account email when running in multi-account per-instance mode (falls back to the first account in accounts.json)Optional

Environment variable: MS_ACCOUNT_EMAIL

Logical package ID surfaced in error responsesOptional

Environment variable: MS_MCP_PACKAGE_ID

Override the upstream Microsoft Graph request timeout in milliseconds (max 300000 = 5 min)Optional

Environment variable: MICROSOFT_REQUEST_TIMEOUT_MS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mindstone-mcp-server-microsoft-teams": {
      "env": {
        "MS_CLIENT_ID": "your-ms-client-id-here",
        "MS_CONFIG_DIR": "your-ms-config-dir-here",
        "MS_ACCOUNT_EMAIL": "your-ms-account-email-here",
        "MS_MCP_PACKAGE_ID": "your-ms-mcp-package-id-here",
        "MICROSOFT_REQUEST_TIMEOUT_MS": "your-microsoft-request-timeout-ms-here"
      },
      "args": [
        "-y",
        "@mindstone/mcp-server-microsoft-teams"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!