Deep Research MCP Server
An MCP server for conducting comprehensive research on complex topics, helping you deeply explore questions, find relevant sources, and generate structured reports with accurate citations.
Get this MCP server
An MCP server for conducting comprehensive research on complex topics, helping you deeply explore questions, find relevant sources, and generate structured reports with accurate citations.
Installation
Python Setup
python setup.py
Published Server
uvx mcp-server-deep-research
Development Build
uv sync
uv build
uv publish
Configuration
Development (Unpublished Servers)
{
"mcpServers": {
"mcp-server-deep-research": {
"command": "uv",
"args": [
"--directory",
"/Users/username/repos/mcp-server-application/mcp-server-deep-research",
"run",
"mcp-server-deep-research"
]
}
}
}
Published Servers
{
"mcpServers": {
"mcp-server-deep-research": {
"command": "uvx",
"args": [
"mcp-server-deep-research"
]
}
}
}
Capabilities
- Question elaboration - expands and refines research questions, identifies key terms and concepts
- Sub-question generation - creates focused sub-questions for comprehensive topic coverage
- Web search integration - uses Claude's built-in web search for targeted research
- Content analysis - evaluates information quality, synthesizes findings from multiple sources
- Report generation - creates well-structured, comprehensive reports with accurate citations
- Structured research workflow with systematic approach
- Evidence-based conclusions with balanced perspectives
Usage Examples
Select the deep-research prompt template from MCP and start your research by providing a research question
Notes
Includes a demo video at https://youtu.be/_a7sfo5yxoI. Configuration files are located at ~/Library/Application\ Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows). Licensed under the MIT License.