Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · mcp

Extension Support Matrix changed

extensions/client-matrix

Nearest release: v2.1.271, published 22 hours after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+21added
Lines−18removed
From line 14 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 14, old and new numbered
/
lines
from line 14
1414 
1515## Extension overview
1616 
17| Extension | Identifier | Description |
18| ------------------------------------------------------------------------------------- | ---------------------------------------------------------- | --------------------------------------------------------------- |
19| [MCP Apps](/extensions/apps/overview) | `io.modelcontextprotocol/ui` | Interactive HTML interfaces rendered inline in the conversation |
20| [OAuth Client Credentials](/extensions/auth/oauth-client-credentials) | `io.modelcontextprotocol/oauth-client-credentials` | Machine-to-machine auth without interactive user login |
21| [Enterprise-Managed Authorization](/extensions/auth/enterprise-managed-authorization) | `io.modelcontextprotocol/enterprise-managed-authorization` | Centralized access control via enterprise IdP |
17| Extension | Identifier | Description |
18| ------------------------------------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------------- |
19| [MCP Apps](/extensions/apps/overview) | `io.modelcontextprotocol/ui` | Interactive HTML interfaces rendered inline in the conversation |
20| [OAuth Client Credentials](/extensions/auth/oauth-client-credentials) | `io.modelcontextprotocol/oauth-client-credentials` | Machine-to-machine auth without interactive user login |
21| [Enterprise-Managed Authorization](/extensions/auth/enterprise-managed-authorization) | `io.modelcontextprotocol/enterprise-managed-authorization` | Centralized access control via enterprise IdP |
22| [Skills over MCP](/extensions/skills/overview) | `io.modelcontextprotocol/skills` | Discover skills and read their instructions and supporting files |
2223 
2324## Support matrix
2425 
25| Client | [MCP Apps](/extensions/apps/overview) | [OAuth Client Credentials](/extensions/auth/oauth-client-credentials) | [Enterprise Auth](/extensions/auth/enterprise-managed-authorization) |
26| ------------------------------------------------------------------------ | :-----------------------------------: | :-------------------------------------------------------------------: | :------------------------------------------------------------------: |
27| [Claude (web)](https://claude.ai) | <CHECK /> | | |
28| [Claude Desktop](https://claude.ai/download) | <CHECK /> | | |
29| [VS Code GitHub Copilot](https://code.visualstudio.com/) | <CHECK /> | | |
30| [Microsoft 365 Copilot](https://www.microsoft.com/microsoft-365-copilot) | <CHECK /> | | |
31| [Goose](https://block.github.io/goose/) | <CHECK /> | | |
32| [Postman](https://postman.com) | <CHECK /> | | |
33| [MCPJam](https://www.mcpjam.com/) | <CHECK /> | | |
34| [ChatGPT](https://chatgpt.com/) | <CHECK /> | | |
35| [Cursor](https://cursor.com/) | <CHECK /> | | |
36| [Archestra.AI](https://www.archestra.ai/) | <CHECK /> | | <CHECK /> |
37| [PostHog Code](https://posthog.com/code/) | <CHECK /> | | |
26| Client | [MCP Apps](/extensions/apps/overview) | [OAuth Client Credentials](/extensions/auth/oauth-client-credentials) | [Enterprise Auth](/extensions/auth/enterprise-managed-authorization) | [Skills](/extensions/skills/overview) |
27| ------------------------------------------------------------------------ | :-----------------------------------: | :-------------------------------------------------------------------: | :------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: |
28| [Claude (web)](https://claude.ai) | <CHECK /> | | | |
29| [Claude Desktop](https://claude.ai/download) | <CHECK /> | | | |
30| [VS Code GitHub Copilot](https://code.visualstudio.com/) | <CHECK /> | | | |
31| [Microsoft 365 Copilot](https://www.microsoft.com/microsoft-365-copilot) | <CHECK /> | | | |
32| [Goose](https://block.github.io/goose/) | <CHECK /> | | | |
33| [Postman](https://postman.com) | <CHECK /> | | | |
34| [MCPJam](https://www.mcpjam.com/) | <CHECK /> | | | |
35| [ChatGPT](https://chatgpt.com/) | <CHECK /> | | | [Partial](https://developers.openai.com/plugins/build/mcp-server#import-skills-from-the-mcp-server) |
36| [Cursor](https://cursor.com/) | <CHECK /> | | | |
37| [Archestra.AI](https://www.archestra.ai/) | <CHECK /> | | <CHECK /> | |
38| [PostHog Code](https://posthog.com/code/) | <CHECK /> | | | |
39| [fast-agent](https://github.com/evalstate/fast-agent) | | | | [Partial](https://github.com/evalstate/fast-agent/blob/main/docs/docs/mcp/skills-over-mcp.md) |
40| [MCP Inspector](https://github.com/modelcontextprotocol/inspector) | | | | [Partial](https://github.com/modelcontextprotocol/inspector/blob/main/clients/cli/README.md#skill-verification---verify) |
3841 
3942<Note>
4043 Auth extension support (OAuth Client Credentials and Enterprise-Managed Authorization) is tracked separately from the core MCP authorization features (DCR, CIMD). Check each extension's specification and the [ext-auth repository](https://github.com/modelcontextprotocol/ext-auth) for the latest implementation status.
Feedback