OpenAI Agents
Exposes OpenAI agents and tools as a Model Context Protocol (MCP) server.
About
OpenAI Agents acts as a Model Context Protocol (MCP) server, making OpenAI agents accessible through the MCP protocol. It features specialized agents for web searching, file analysis (using OpenAI's vector store), and simulated computer actions. Additionally, it includes a multi-agent orchestrator for coordinating these specialized agents. This allows any MCP client, such as the Claude desktop app, to utilize the power of OpenAI agents for a variety of tasks.
Key Features
- Includes agents for web search, file search, and computer actions
- Compatible with Claude desktop app and other MCP clients
- Exposes individual specialized agents via MCP
- Supports both stdio and SSE transport protocols
- Features a multi-agent orchestrator for complex task management
- 1 GitHub stars
Use Cases
- Integrate OpenAI agents into Claude desktop workflows
- Automate tasks requiring web search, file analysis, and computer actions
- Build complex AI-powered applications by orchestrating specialized agents