Back to MCP Servers
Deep Research
Deep research MCP server for OpenAI Responses API or Open Deep Research (smolagents), with web search and code interpreter support.
researchapiaiagent
By pminervini
Installation
npx -y deep-research-mcpConfiguration
{
"mcpServers": {
"deep-research-mcp": {
"command": "npx",
"args": ["-y", "deep-research-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes