OpenAI Agents MCP Server exposes OpenAI's agent capabilities through the Model Context Protocol, allowing AI assistants to access web search, file search, and computer actions. Built by Eric Wang, it implements both specialized agents for individual tools and a multi-agent orchestrator that can coordinate between them based on the task requirements. The server uses FastMCP to handle communication, supports both stdio and SSE transports, and includes a simulated computer interaction mode that can be extended for real-world actions. Particularly valuable for workflows requiring real-time information retrieval, document analysis, or safe computer automation within AI assistant conversations.
A specialized agent for searching the web for real-time information.
A specialized agent for searching and analyzing files in OpenAI's vector store.
A specialized agent for performing actions on your computer safely.
A powerful agent that can coordinate between the specialized agents, choosing the right one(s) for each task.
No reviews yet. Be the first to review!
Sign in to join the conversation