Remove broken Microsoft 365 http entries from role plugin manifests (#285)

The ms365 / microsoft-365 entries ship M365 as a manual type:http MCP
server. That auth path cannot succeed: the M365 server's OAuth client
registration only permits the claude.ai callback, so any client-initiated
OAuth flow (localhost or claude:// redirect) is rejected by the identity
provider before the consent screen ever shows (AADSTS50011).

Users connect Microsoft 365 through the claude.ai Connectors directory
instead, which uses the registered callback and works. Plugin skills
reference tools via ~~category placeholders (see CONNECTORS.md), not the
ms365 server key, so no content changes are needed.

Bumps each touched plugin's version so the update distributes to
existing installs.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Elliot Klein
2026-06-02 13:58:45 -04:00
committed by GitHub
parent cf961549ac
commit 181c4f6ff5
20 changed files with 10 additions and 50 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "customer-support",
"version": "1.2.0",
"version": "1.3.0",
"description": "Triage tickets, draft responses, escalate issues, and build your knowledge base. Research customer context and turn resolved issues into self-service content.",
"author": {
"name": "Anthropic"
-4
View File
@@ -28,10 +28,6 @@
"type": "http",
"url": "https://mcp.notion.com/mcp"
},
"ms365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
},
"google calendar": {
"type": "http",
"url": ""
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "enterprise-search",
"version": "1.2.0",
"version": "1.3.0",
"description": "Search across all of your company's tools in one place. Find anything across email, chat, documents, and wikis without switching between apps.",
"author": {
"name": "Anthropic"
-4
View File
@@ -24,10 +24,6 @@
"type": "http",
"url": "https://mcp.asana.com/v2/mcp"
},
"ms365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
},
"google calendar": {
"type": "http",
"url": ""
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "finance",
"version": "1.2.0",
"version": "1.3.0",
"description": "Streamline finance and accounting workflows, from journal entries and reconciliation to financial statements and variance analysis. Speed up audit prep, month-end close, and keeping your books clean.",
"author": {
"name": "Anthropic"
-4
View File
@@ -20,10 +20,6 @@
"callbackPort": 3118
}
},
"ms365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
},
"google calendar": {
"type": "http",
"url": ""
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "human-resources",
"version": "1.2.0",
"version": "1.3.0",
"description": "Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.",
"author": {
"name": "Anthropic"
-4
View File
@@ -23,10 +23,6 @@
"atlassian": {
"type": "http",
"url": "https://mcp.atlassian.com/v1/mcp"
},
"ms365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "legal",
"version": "1.2.0",
"version": "1.3.0",
"description": "Speed up contract review, NDA triage, and compliance workflows for in-house legal teams. Draft legal briefs, organize precedent research, and manage institutional knowledge.",
"author": {
"name": "Anthropic"
-4
View File
@@ -20,10 +20,6 @@
"type": "http",
"url": "https://mcp.atlassian.com/v1/mcp"
},
"ms365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
},
"docusign": {
"type": "http",
"url": "https://mcp.docusign.com/mcp"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "operations",
"version": "1.2.0",
"version": "1.3.0",
"description": "Optimize business operations — vendor management, process documentation, change management, capacity planning, and compliance tracking. Keep your organization running efficiently.",
"author": {
"name": "Anthropic"
-4
View File
@@ -27,10 +27,6 @@
"asana": {
"type": "http",
"url": "https://mcp.asana.com/v2/mcp"
},
"ms365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
}
}
}
@@ -1,6 +1,6 @@
{
"name": "brand-voice",
"version": "1.0.0",
"version": "1.1.0",
"description": "Brand Voice transforms scattered brand materials into enforceable AI guardrails — automatically. It searches across Notion, Google Drive, Confluence, Gong, Slack, and meeting transcripts to distill your strongest brand signals into a single source of truth, then applies them to every piece of AI-generated content. The more your team creates with Claude, the more consistent your brand becomes.",
"author": {
"name": "Tribe AI"
-4
View File
@@ -20,10 +20,6 @@
"type": "http",
"url": "https://mcp.gong.io/mcp"
},
"microsoft-365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
},
"granola": {
"type": "http",
"url": "https://mcp.granola.ai/mcp"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "productivity",
"version": "1.2.0",
"version": "1.3.0",
"description": "Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything organized and on track.",
"author": {
"name": "Anthropic"
-4
View File
@@ -24,10 +24,6 @@
"type": "http",
"url": "https://mcp.atlassian.com/v1/mcp"
},
"ms365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
},
"monday": {
"type": "http",
"url": "https://mcp.monday.com/mcp"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "sales",
"version": "1.2.0",
"version": "1.3.0",
"description": "Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals forward.",
"author": {
"name": "Anthropic"
-4
View File
@@ -36,10 +36,6 @@
"type": "http",
"url": "https://api.fireflies.ai/mcp"
},
"ms365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
},
"apollo": {
"type": "http",
"url": "https://mcp.apollo.io/mcp"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "small-business",
"version": "0.2.1",
"version": "0.3.0",
"description": "Pre-built small business workflows (including payroll planning, month-end close, weekly briefs, and growth campaigns) using your QuickBooks, PayPal, HubSpot, Docusign, Gsuite, O365, Canva, and other connected tools. You approve every step that touches money or customers.",
"author": {
"name": "Anthropic"
-4
View File
@@ -36,10 +36,6 @@
"type": "http",
"url": "https://mcp.squareup.com/sse"
},
"ms365": {
"type": "http",
"url": "https://microsoft365.mcp.claude.com/mcp"
},
"gmail": {
"type": "http",
"url": "https://gmailmcp.googleapis.com/mcp/v1"