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-research

Configuration

{
  "mcpServers": {
    "mcp-server-deep-research": {
      "command": "npx",
      "args": ["-y", "mcp-server-deep-research"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub