Skip to main content
The Model Context Protocol (MCP) is an open standard created by Anthropic for AI applications to connect with tools and data sources.

What is MCP?

MCP provides a standardized way for AI assistants like Claude to:
  • Connect to external tools and services
  • Access data from various sources
  • Perform actions on behalf of users
  • Maintain security and user control

How MCP works

Local vs remote servers

TypeDescriptionUse Case
Local MCPRuns on your deviceDesktop integrations, local tools
Remote MCPHosted on the internetWeb services, cloud applications

Key components

  • Tools: Actions Claude can perform (search, create, modify)
  • Resources: Data Claude can access (files, documents, records)
  • Prompts: Predefined interactions for specific tasks

Security model

User control

  • You authenticate each connector individually
  • Permissions mirror your access on the external service
  • You can disconnect at any time

Tool hints

All MCP tools must declare: This helps Claude and users understand what actions are possible.

Building with MCP

The MCP documentation is the source of truth for building MCP servers.

For developers

Submitting to directory

Organizations can submit MCP servers to the Connectors Directory for broader availability.