Skip to content
Cline

Microsoft Teams API for Cline

io.github.maxim-mazurok/teams-api

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

client:Cline transport:stdio runtime:npm

Install Microsoft Teams API in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "teams-api": {
      "command": "npx",
      "args": [
        "-y",
        "teams-api"
      ],
      "env": {
        "TEAMS_EMAIL": "<TEAMS_EMAIL>",
        "TEAMS_AUTO": "<TEAMS_AUTO>",
        "TEAMS_LOGIN": "<TEAMS_LOGIN>",
        "TEAMS_TOKEN": "<TEAMS_TOKEN>",
        "TEAMS_REGION": "<TEAMS_REGION>",
        "TEAMS_BEARER_TOKEN": "<TEAMS_BEARER_TOKEN>",
        "TEAMS_SUBSTRATE_TOKEN": "<TEAMS_SUBSTRATE_TOKEN>",
        "TEAMS_DEBUG": "<TEAMS_DEBUG>",
        "TEAMS_TELEMETRY": "<TEAMS_TELEMETRY>",
        "TEAMS_TELEMETRY_PATH": "<TEAMS_TELEMETRY_PATH>",
        "TEAMS_IMAGE_DESCRIPTION_API_KEY": "<TEAMS_IMAGE_DESCRIPTION_API_KEY>",
        "TEAMS_IMAGE_DESCRIPTION_MODEL": "<TEAMS_IMAGE_DESCRIPTION_MODEL>",
        "TEAMS_IMAGE_DESCRIPTION_BASE_URL": "<TEAMS_IMAGE_DESCRIPTION_BASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Microsoft Teams API in other clients