Back to MCP Servers
Server Deep Research
MCP server providing OpenAI/Perplexity-like autonomous deep research, structured query elaboration, and concise reporting.
search-data-extractionai
Installation
npx -y mcp-server-deep-researchConfiguration
{
"mcpServers": {
"mcp-server-deep-research": {
"command": "npx",
"args": ["-y", "mcp-server-deep-research"]
}
}
}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