openai-agents-mcp-server
6
The OpenAI Agents MCP Server facilitates communication with OpenAI agents via the Model Context Protocol, supporting individual and orchestrated agent interactions for tasks such as web and file searches and computer actions. It is customizable and compatible with MCP clients like the Claude desktop app, highlighting its utility for a variety of workflows.
OpenAI Agents MCP Server
A Model Context Protocol (MCP) server exposing OpenAI agents through the MCP protocol.
Features
Individual Specialized Agents
- Web Search Agent: For real-time web information retrieval.
- File Search Agent: For searching and analyzing files in OpenAI's vector store.
- Computer Action Agent: For safely performing actions on your computer.
Multi-Agent Orchestrator
- Orchestrator Agent: Coordinates between specialized agents for task management.
Installation
- Requires Python 3.11+, uv package manager, and OpenAI API key.
- Install via Smithery for Claude Desktop with
npx
command.
Customization
- Implement the AsyncComputer interface or add specialized agents for more features.
Configuration
- Use environment variables like OPENAI_API_KEY to configure the server.