Files
Jason Ma 3f44ff5686 Add Teams and SharePoint third-party MCP plugins.
Register the Microsoft Teams and SharePoint REST-MCP endpoints the same way Outlook is wired, so they can be installed from the marketplace.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-09 18:11:22 -04:00
..

Teams

Cursor plugin that connects agents to Microsoft Teams through Cursor's remote Model Context Protocol server.

Search chats and channel messages, read conversations, send messages, and react in the signed-in Microsoft account.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Teams.
  3. Click Install, then complete the Microsoft sign-in prompt.

Or run /add-plugin teams in chat.

MCP

{
  "mcpServers": {
    "teams": {
      "type": "http",
      "url": "https://api.cursor.com/rest-mcp/teams/mcp"
    }
  }
}

Auth is OAuth 2.0 against Microsoft (Entra ID). Cursor prompts for Microsoft sign-in when the plugin connects. A work or school account is required. Reading channel messages needs tenant admin consent before the plugin can connect.

Docs

Logo is the official Microsoft Teams product icon from Microsoft's Fluent brand icon CDN, placed on a white tile with padding so it reads well in the Cursor UI: https://res-1.cdn.office.net/files/fabric-cdn-prod_20240411.001/assets/brand-icons/product/svg/teams_48x1.svg

License

MIT