Add Teams third-party MCP plugin - #344
Merged
Merged
Conversation
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>
Keep only the Teams REST-MCP plugin so SharePoint can land separately. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep both the new Gamma catalog entry from main and the Teams plugin entry from this branch. Co-authored-by: Cursor <cursoragent@cursor.com>
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
teamsthird-party plugin, modeled on Outlook, pointing at the Cursor REST-MCP endpointhttps://api.cursor.com/rest-mcp/teams/mcp.Test plan
node scripts/validate-plugins.mjspasseshttps://api.cursor.com/rest-mcp/teams/mcpand can list joined teams or chatsNote
Medium Risk
New OAuth-backed messaging integration can read and send Teams content; risk is limited to additive plugin metadata and remote MCP wiring in this repo, not application runtime code here.
Overview
Adds a new
teamsthird-party Cursor plugin so agents can search, read, and send Microsoft Teams chats and channel messages via Cursor’s hosted REST MCP athttps://api.cursor.com/rest-mcp/teams/mcp.The change is mostly catalog and packaging: new
third_party/teams/manifest (plugin.json,mcp.json, README, changelog, MIT license, Fluent Teams logo) and registration in.cursor-plugin/marketplace.jsonand the root README plugin table (Productivity). Auth is documented as Microsoft Entra OAuth, with tenant admin consent noted for channel message reads.Reviewed by Cursor Bugbot for commit 73c1b73. Bugbot is set up for automated code reviews on this repo. Configure here.