by reading-plus-ai
MCP Server for Deep Research is a lightweight MCP server that acts as a personal research assistant, transforming research questions into comprehensive, well-cited reports. It automates deep research exploration and structured reporting, offering capabilities similar to Grok, OpenAI, Gemini, and Perplexity.
MCP Server for Deep Research is a lightweight MCP server designed to provide automated deep research exploration and structured reporting. It acts as a personal research assistant, transforming research questions into comprehensive, well-cited reports. It offers capabilities similar to Grok, OpenAI, Gemini, and Perplexity.
python setup.py
in your terminal.deep-research
prompt template from MCP and provide your research question.For development, you can configure mcpServers
in Claude Desktop configurations (~/Library/Application\ Support/Claude/claude_desktop_config.json
on macOS) to point to your local repository for unpublished servers or use uvx
for published servers.
Q: What is MCP? A: MCP (Multi-Agent Collaboration Platform) is a framework that allows different AI agents to collaborate on tasks. This project is a server that integrates with MCP.
Q: What is Claude Desktop? A: Claude Desktop is a desktop application that provides an interface for interacting with Claude, an AI assistant. This project leverages Claude's capabilities for web search and content analysis.
Q: Can I contribute to this project? A: Yes, contributions are welcome for bug fixes, feature additions, or documentation improvements. The project is licensed under the MIT License.
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.
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.