Model Context Protocol
ActiveDescription
Model Context Protocol (MCP) is an open protocol initiated by Anthropic, defining standardized interfaces for AI models to interact with external tools and data sources — the infrastructure of the agent tool-use ecosystem.
Key Features
- Standardized protocol defining how AI models interact with external tools and data sources
- TypeScript-first JSON Schema for cross-language and cross-platform compatibility
- Open standard initiated by Anthropic with broad ecosystem support
- Complete protocol specification, schema definitions, and official documentation
- Supports core capabilities: Tools, Resources, Prompts, Sampling
- Driving interoperability standards for the AI agent tool-use ecosystem
Use Cases
Categories
Quick Start
Visit modelcontextprotocol.io for protocol details. Build an MCP server using the TypeScript SDK (@modelcontextprotocol/sdk) or Python SDK. Expose Tools, Resources, or Prompts in your server. Connect your MCP server to MCP-compatible clients like Claude Desktop or Cursor.