5 months ago
research-and-dataOpenAI Deep Research MCP Server enables AI assistants to conduct comprehensive, multi-step research through intelligent web search and content synthesis. Transforms complex research queries into structured, citation-backed reports without writing custom search logic. Features iterative exploration, automatic knowledge gap identification, and seamless integration with OpenAI's Deep Research models for scholarly-quality research automation.
Server Config
{
"mcpServers": {
"openai-deep-research": {
"command": "npx",
"args": [
"github:fbettag/openai-deep-research-mcp"
],
"env": {
"OPENAI_API_KEY": "sk-your-openai-api-key-here"
}
}
}
}