Model context protocol (MCP) - OpenAI Agents SDK
Model context protocol (MCP)
The Model context protocol (aka MCP) is a way to provide tools and context to the LLM. From the MCP docs:The Agents SDK has support for MCP. This enables you to use a wide range of MCP servers to provide tools to your Agents.MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools.