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>
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
- Open Cursor Settings → Plugins.
- Search for Teams.
- 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
- Teams API (Microsoft Graph): https://learn.microsoft.com/en-us/graph/api/resources/teams-api-overview
- Microsoft Graph overview: https://learn.microsoft.com/en-us/graph/overview
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