How connectors work
Connectors can do two things:- Provide tools and information — Give Claude access to external data and the ability to take actions (search files, read emails, create issues, etc.)
- Surface UI components — Render interactive visual elements directly in the conversation through MCP Apps
Types of connectors
Prebuilt integrations
Anthropic provides first-party integrations with popular services like Google Drive, Gmail, Google Calendar, GitHub, Slack, and Microsoft 365. These are ready to use with no setup beyond authentication. See Getting started for setup instructions.Remote MCP servers
Remote MCP servers communicate with Claude over the internet, giving it access to cloud-hosted tools and data. You can connect to existing remote MCP servers or build your own for any tool or service.MCP Apps
MCP Apps allow MCP servers to display interactive UI elements in conversational MCP clients. Rather than only returning text, an MCP App can render charts, maps, forms, and other visual components directly in the chat. See the design guidelines and cross-platform compatibility docs for building MCP Apps.MCP Bundles
MCP Bundles (MCPB) package MCP servers with their dependencies for distribution as desktop extensions. MCPB handles cross-platform compatibility, dependency management, code signing, and centralized version updates — making it suitable for enterprise deployment of local MCP servers to Claude Desktop.Ways to connect
Connectors directory
The Connectors Directory is an open catalog of verified and reviewed MCP servers from third-party developers. These integrations are vetted by Anthropic and available across all Claude products.Third-party connectors
You can build and connect your own MCP servers for proprietary tools or workflows. See Third-party Connectors for remote MCP and Desktop Extensions for local integrations.Related concepts
Plugins
Plugins combine MCP connectors, Skills, and hooks into shareable capability packages. They are available in Claude Code and Cowork.Platform availability
Prebuilt integrations and directory connectors work across all Claude products:- Claude.ai — Full remote MCP support & MCP Apps
- Claude Desktop — Full MCP support and local desktop extensions
- Claude Mobile — Remote MCP access
- Claude Code — Remote MCP access and plugins
- Claude Cowork — Full MCP and plugin support