mcp server deep research
A tool that helps users conduct comprehensive research on complex topics by exploring questions in depth, finding relevant sources, and generating structured, well-cited research reports.
A tool that helps users conduct comprehensive research on complex topics by exploring questions in depth, finding relevant sources, and generating structured, well-cited research reports.
MCP Server for Deep Research is a tool designed for conducting comprehensive research on complex topics. It helps you explore questions in depth, find relevant sources, and generate structured research reports.
Your personal Research Assistant, turning research questions into comprehensive, well-cited reports.
Youtube: https://youtu.be/_a7sfo5yxoI
Get it here
Install and Set Up
On macOS, run the following command in your terminal:
python setup.py
Start Researching
The Deep Research MCP Server offers a complete research workflow:
Defines scope and parameters
Subquestion Generation
Provides structure for systematic research
Web Search Integration
Collects diverse perspectives on the topic
Content Analysis
Provides proper citations for all sources
Report Generation
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"mcp-server-deep-research": {
"command": "uv",
"args": [
"--directory",
"/Users/username/repos/mcp-server-application/mcp-server-deep-research",
"run",
"mcp-server-deep-research"
]
}
}
"mcpServers": {
"mcp-server-deep-research": {
"command": "uvx",
"args": [
"mcp-server-deep-research"
]
}
}
Sync Dependencies
uv sync
Build Distributions
uv build
Generates source and wheel distributions in the dist/ directory.
Publish to PyPI
uv publish
Contributions are welcome! Whether you're fixing bugs, adding features, or improving documentation, your help makes this project better.
This project is licensed under the MIT License. See the LICENSE file for details.