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 1. Download Claude Desktop - Get it here 2. Install
Add this skill
npx mdskills install reading-plus-ai/mcp-server-deep-researchWell-documented research workflow with clear feature breakdown but lacks actual implementation details
1# MCP Server for Deep Research23MCP 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.45Your personal Research Assistant, turning research questions into comprehensive, well-cited reports.67## 🚀 Try it Out89[]([VIDEO_URL](https://youtu.be/_a7sfo5yxoI))10Youtube: https://youtu.be/_a7sfo5yxoI11121. **Download Claude Desktop**13 - Get it [here](https://claude.ai/download)14152. **Install and Set Up**16 - On macOS, run the following command in your terminal:17 ```bash18 python setup.py19 ```20213. **Start Researching**22 - Select the deep-research prompt template from MCP23 - Begin your research by providing a research question2425## Features2627The Deep Research MCP Server offers a complete research workflow:28291. **Question Elaboration**30 - Expands and clarifies your research question31 - Identifies key terms and concepts32 - Defines scope and parameters33342. **Subquestion Generation**35 - Creates focused subquestions that address different aspects36 - Ensures comprehensive coverage of the main topic37 - Provides structure for systematic research38393. **Web Search Integration**40 - Uses Claude's built-in web search capabilities41 - Performs targeted searches for each subquestion42 - Identifies relevant and authoritative sources43 - Collects diverse perspectives on the topic44454. **Content Analysis**46 - Evaluates information quality and relevance47 - Synthesizes findings from multiple sources48 - Provides proper citations for all sources49505. **Report Generation**51 - Creates well-structured, comprehensive reports as artifacts52 - Properly cites all sources used53 - Presents a balanced view with evidence-based conclusions54 - Uses appropriate formatting for clarity and readability5556## 📦 Components5758### Prompts59- **deep-research**: Tailored for comprehensive research tasks with a structured approach6061## ⚙️ Modifying the Server6263### Claude Desktop Configurations64- macOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`65- Windows: `%APPDATA%/Claude/claude_desktop_config.json`6667### Development (Unpublished Servers)68```json69"mcpServers": {70 "mcp-server-deep-research": {71 "command": "uv",72 "args": [73 "--directory",74 "/Users/username/repos/mcp-server-application/mcp-server-deep-research",75 "run",76 "mcp-server-deep-research"77 ]78 }79}80```8182### Published Servers83```json84"mcpServers": {85 "mcp-server-deep-research": {86 "command": "uvx",87 "args": [88 "mcp-server-deep-research"89 ]90 }91}92```9394## 🛠️ Development9596### Building and Publishing971. **Sync Dependencies**98 ```bash99 uv sync100 ```1011022. **Build Distributions**103 ```bash104 uv build105 ```106 Generates source and wheel distributions in the dist/ directory.1071083. **Publish to PyPI**109 ```bash110 uv publish111 ```112113## 🤝 Contributing114115Contributions are welcome! Whether you're fixing bugs, adding features, or improving documentation, your help makes this project better.116117## 📜 License118119This project is licensed under the MIT License.120See the LICENSE file for details.121
Full transparency — inspect the skill content before installing.