Add SharePoint third-party MCP plugin (Microsoft Agent 365, preview) - #321
Open
SamSokolin wants to merge 1 commit into
Open
Add SharePoint third-party MCP plugin (Microsoft Agent 365, preview)#321SamSokolin wants to merge 1 commit into
SamSokolin wants to merge 1 commit into
Conversation
Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
SamSokolin
marked this pull request as ready for review
September 4, 2026 21:28
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
Adds
third_party/sharepoint, a Cursor marketplace plugin for Microsoft's official Agent 365 Work IQ SharePoint MCP server (mcp_SharePointRemoteServer, preview), and registers it in.cursor-plugin/marketplace.jsonand the root README table.Mirrors the layout of
third_party/onedriveandthird_party/outlook(plugin.json, mcp.json, README, CHANGELOG, LICENSE, logo, sameminClientVersions).Endpoint
Discovered from the Microsoft reference page (https://learn.microsoft.com/en-us/microsoft-agent-365/mcp-server-reference/sharepoint):
The server is tenant-scoped and does not support dynamic client registration, so the plugin follows the Salesforce/Zoom pattern of declaring plugin variables instead of hardcoding anything:
TENANT_ID— Directory (tenant) ID, interpolated into the URL.CLIENT_ID— Application (client) ID of a customer-registered Entra public-client app, passed viaauth.CLIENT_ID.No client secret is declared or used (PKCE public client, per Microsoft's coding-agent setup guide). No OAuth scopes are pinned since Microsoft's samples supply only the client ID.
README
rest-mcpproxy) and how this plugin covers sites, subsites, team document libraries, SharePoint lists/columns/items, sharing, and sensitivity labels.moveFileOrFolder), the 5 MB file limit, and a troubleshooting table (including theAADSTS650052service-principal provisioning issue and Microsoft'sEnable-WorkIQToolsForTenant.ps1fix).Notes
node scripts/validate-plugins.mjspasses locally.