Odel
Microsoft Teams API

Microsoft Teams API

Local
@maxim-mazurok5TypeScriptMITUpdated 5 days ago

AI-native Microsoft Teams integration — read chats, send messages, search people

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmteams-apiv1.7.1

Run

npx -y teams-api

MCP client config

{
  "mcpServers": {
    "microsoft-teams-api": {
      "command": "npx",
      "args": [
        "-y",
        "teams-api"
      ]
    }
  }
}