openai-agents-mcp-server

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.

WebSearchTool

No parameters required, optional location context is acceptable

FileSearchTool

Requires `vector_store_ids` (ID of OpenAI vector store)

ComputerTool

Requires `AsyncComputer` implementation (currently simulated)