DR

Deep Research

Created 6 months ago

A tool for conducting comprehensive research on complex topics.

development documentation public research AI

What is Deep Research?

Lightweight MCP server offering Grok/OpenAI/Gemini/Perplexity-style automated deep research exploration and structured reporting.

Documentation

MCP Server for Deep Research

Features

  1. Question Elaboration - Expands and clarifies your research question.
  2. Subquestion Generation - Creates focused subquestions that address different aspects.
  3. Web Search Integration - Uses Claude's built-in web search capabilities.
  4. Content Analysis - Evaluates information quality and relevance.
  5. Report Generation - Creates well-structured, comprehensive reports as artifacts.

Modifying the Server# Claude Desktop Configurations

  • macOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json

Development# Building and Publishing

  1. Sync Dependencies
uv sync
  1. Build Distributions
uv build
  1. Publish to PyPI
uv publish

Server Config

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

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Reading Plus AI
Category: community
License: MIT License
Tags:
development documentation public