Skip to content
Cursor

mcp teams for Cursor

io.github.dockndevai/mcp-teams

Read Microsoft Teams teams, channels, chats and messages, and post/reply/send, safe by default.

client:Cursor transport:stdio runtime:npm

Install mcp teams in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-teams": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-teams"
      ],
      "env": {
        "TEAMS_CLIENT_ID": "<TEAMS_CLIENT_ID>",
        "TEAMS_TENANT_ID": "<TEAMS_TENANT_ID>",
        "TEAMS_CLIENT_SECRET": "<TEAMS_CLIENT_SECRET>",
        "TEAMS_TOKEN": "<TEAMS_TOKEN>",
        "TEAMS_MODE": "<TEAMS_MODE>",
        "TEAMS_ALLOW_SEND": "<TEAMS_ALLOW_SEND>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp teams in other clients