Skip to content
MCP Ready

AI product guides

The protocol is shared. The product language is not.

ChatGPT may show a plugin containing an app. Claude may call the same connection a connector. A coding tool may expose it simply as an MCP server. These guides translate each product’s version without pretending every surface works the same way.

Choose the product your team uses

One useful translation pattern

Separate the package people install from the connection it creates, the capabilities the model can use, and any interface shown in chat.

1

Package

Plugin, extension, directory listing

2

Connection

App, connector, or MCP server

3

Capabilities

Tools, resources, and prompts

4

Interface

Text result or optional MCP App UI

Product-surface comparison

A “yes” for one surface should not be generalized to an entire vendor. This matrix is intentionally specific and was reviewed on 28 July 2026.

MCP support across major AI product surfaces
Product surfaceLocal MCPRemote MCPPackage termInteractive MCP AppsProgressive tool exposure
ChatGPTNo direct local stdio; private access can use Secure MCP Tunnel.YesPlugin containing an appYesNot established for the ChatGPT host
Claude web/mobileNoYesConnectorSupported on compatible Claude surfacesNot established
Claude Desktop / CodeYesYesDesktop extension, plugin, or MCP serverYes on supported surfacesYes in Claude Code: MCP Tool Search
Microsoft 365 Copilot agentsNo direct local processYesMCP server-based pluginSupported for MCP appsYes: dynamic tool discovery
CursorYesYesPlugin or MCP serverYesYes: agents load MCPs when needed
VS Code + GitHub CopilotYesYesAgent plugin or MCP serverYesManual tool selection/toolsets; deferred loading not documented
Gemini CLIYesYesExtension or MCP serverNot documented as MCP AppsCurrent docs describe eager discovery

Three differences that matter to a business

Where the server runs

A local process can touch one machine. A remote server can serve a team. Some products require a public endpoint; others offer a private tunnel or local desktop package.

Who may install it

Individual plans, workspace admins, enterprise policies, directory review, and source-system authorization are separate gates.

How much loads at once

Some hosts search or discover tool definitions only when needed. Others load the configured catalog up front or rely on manual toolsets.

Product behavior changes faster than the MCP specification. Every guide links directly to current vendor documentation and distinguishes documented support from inference. Also see the site-wide progressive tool discovery guide.