by reading-plus-ai
Enables comprehensive, well‑cited research reports by elaborating questions, generating sub‑questions, performing web searches, analyzing content, and formatting findings into structured artifacts.
Mcp Server Deep Research provides a complete workflow for tackling complex research topics. It starts by expanding the user’s original question, then creates focused sub‑questions, searches the web using Claude’s capabilities, analyzes and synthesizes the retrieved information, and finally produces a polished, citation‑rich report.
deep‑research
prompt template.Q: Do I need a Claude account? A: Yes, the server relies on Claude’s web‑search and analysis capabilities.
Q: Which operating systems are supported? A: The setup instructions target macOS, but the underlying Python environment works on any OS with Python installed.
Q: How are sources cited? A: The server extracts citation information during content analysis and formats it according to common academic standards.
Q: Can I customize the prompt template?
A: Yes, you can edit the deep‑research
prompt in the prompts directory to suit specific workflows.
Q: How do I publish the server for other users?
A: Use the published server configuration snippet with uvx
as shown in the README.
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.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "mcp-server-deep-research": { "command": "uv", "args": [ "--directory", "/Users/username/repos/mcp-server-application/mcp-server-deep-research", "run", "mcp-server-deep-research" ] } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by takashiishida
Fetches arXiv LaTeX sources and provides them via MCP for LLM clients to accurately interpret mathematical content in scientific papers.
by prashalruchiranga
Interact with the arXiv API using natural language to retrieve article metadata, download PDFs, perform searches, and load full texts into large language model contexts.
by drAbreu
Provides author disambiguation, institution resolution, work retrieval, citation analysis, and ORCID matching via the OpenAlex API, delivering streamlined, structured responses optimized for AI‑agent consumption.
by universal-mcp
Provides a standardized API to interact with Semantic Scholar's tools and services, enabling unified access through the Universal MCP framework.
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.