reading-plus-ai/mcp-server-deep-research
Built by Metorial, the integration platform for agentic AI.
reading-plus-ai/mcp-server-deep-research
Server Summary
Generate structured research reports
Synthesize information from multiple sources
Explore complex research topics
Cite sources accurately
Provide in-depth answers to research questions
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
Download Claude Desktop
Install and Set Up
python setup.py
Start Researching
The Deep Research MCP Server offers a complete research workflow:
Question Elaboration
Subquestion Generation
Web Search Integration
Content Analysis
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.