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
- Question Elaboration - Expands and clarifies your research question.
- Subquestion Generation - Creates focused subquestions that address different aspects.
- Web Search Integration - Uses Claude's built-in web search capabilities.
- Content Analysis - Evaluates information quality and relevance.
- 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
- Sync Dependencies
uv sync
- Build Distributions
uv build
- Publish to PyPI
uv publish
Server Config
{
"mcpServers": {
"deep-research-server": {
"command": "npx",
"args": [
"deep-research"
]
}
}
}
Links & Status
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