openai-agents-mcp-server
If you are the rightful owner of openai-agents-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that exposes OpenAI agents through the MCP protocol.
The OpenAI Agents MCP Server is designed to expose OpenAI agents via the Model Context Protocol (MCP). It provides access to both individual specialized agents and a multi-agent orchestrator using the OpenAI Agents SDK. The server allows for seamless integration with any MCP client, including the Claude desktop app. It supports various specialized agents such as a Web Search Agent, File Search Agent, and Computer Action Agent, each tailored for specific tasks. The Multi-Agent Orchestrator coordinates these agents, selecting the appropriate one(s) for each task. The server is highly customizable, allowing users to implement additional agents or enhance the orchestrator for more complex workflows. Configuration is flexible, with options to set environment variables for API keys and transport protocols.
Features
- Individual Specialized Agents: Includes Web Search Agent, File Search Agent, and Computer Action Agent for specific tasks.
- Multi-Agent Orchestrator: Coordinates between specialized agents to choose the right one(s) for each task.
- MCP Protocol Access: Agents are accessible through the MCP protocol, compatible with any MCP client.
- Customizable: Allows for the implementation of additional agents and enhancement of the orchestrator.
Tools
WebSearchTool
No required parameters, but can accept optional location context.
FileSearchTool
Requires vector_store_ids from OpenAI vector stores.
ComputerTool
Requires an AsyncComputer implementation, currently simulated.