An MCP server that provides comprehensive research capabilities with web and academic search
Project description
Claude Deep Research
An MCP (Model Context Protocol) server that enables comprehensive research capabilities for Claude and other MCP-compatible AI assistants. This server integrates web and academic search functionality, allowing AI models to access current information from multiple sources, follow relevant links, and provide well-structured research results.
Overview
Claude Deep Research is a powerful research tool that extends the capabilities of LLMs by providing:
- Web search integration through DuckDuckGo
- Academic research access through Semantic Scholar
- Content extraction from web pages
- Comprehensive analysis with structured formatting
- Visualization guidance for data representation
The server follows MCP design principles to provide a seamless integration with Claude and other AI assistants.
Features
- Unified Research Tool: Single interface for web and academic information
- Multi-Source Integration: Combines information from various sources into cohesive research
- Content Extraction: Pulls relevant information from web pages
- Academic Source Discovery: Finds scholarly articles related to your topic
- Smart Formatting: Properly formats research with citations
- Visual Framework: Provides guidance for creating effective data visualizations
- Structured Analysis: Organizes research using academic methodologies
Installation
Prerequisites
- Python 3.8 or higher
- pip or uv package manager
Quick Install
# Using pip
pip install mcp httpx beautifulsoup4
# Clone the repository
git clone https://github.com/yourusername/claude-deep-research.git
Configuration
The server works out of the box with default settings, but you can modify the following parameters in deep_research.py for customization:
# Configuration
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
MAX_CONTENT_SIZE = 8000 # Maximum characters in the final response
MAX_RESULTS = 3 # Maximum number of results to process
Usage
Running the Server
Modify your Claude desktop config and restart Claude. On a Mac this is at ~/Library/Application Support/Claude
"search-scholar": {
"command": "<Path to Python>/python",
"args": [
"<Path to deep research>/deep_research.py"
]
}
Using with Claude Desktop
Once installed, you can access the server in Claude Desktop:
- Tool Access: Use the
deep_researchtool directly in conversation
Research Tool
The main deep_research tool accepts the following parameters:
query(required): The research question or topicsources(optional): Which sources to use: "web", "academic", or "both" (default)num_results(optional): Number of sources to examine (default 2, max 3)
Example prompts:
Can you research the latest developments in quantum computing?
I need comprehensive information about climate change mitigation strategies. Use the deep_research tool to help me.
Research the history and cultural significance of origami using academic sources.
Research Prompt
The server includes a structured research prompt that guides Claude through a comprehensive research process:
- Initial Exploration: Gathers information from multiple sources
- Preliminary Synthesis: Organizes findings with visualization
- Follow-up Research: Identifies and explores knowledge gaps
- Comprehensive Analysis: Integrates all information with visual elements
- Proper Citations: Formats references using APA style
Troubleshooting
Common Issues
- Server Connection Failures: Ensure you're using the correct path to the server file.
- Search Errors: Some searches may time out or return limited results. Try a more specific query.
- Web Access Issues: The server requires internet access to function properly.
- Content Formatting: Very large responses may be truncated to fit within size limits.
Logs
The server outputs logs to stderr that can help diagnose issues:
# View logs when running directly
python deep_research.py 2> server.log
# View logs from Claude Desktop (macOS/Linux)
tail -f ~/Library/Logs/Claude/mcp-server-deepresearch.log
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Acknowledgments
- Built on the Model Context Protocol
- Uses DuckDuckGo for web search
- Uses Semantic Scholar for academic research
- Inspired by Anthropic's Claude
Made with ❤️ for extending AI capabilities through MCP
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_mcherukara_claude_deep_research-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_mcherukara_claude_deep_research-0.1.0.tar.gz
- Upload date:
- Size: 219.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce6d5bba229c020f7c9d7cdf5c5cdc94e3d16835699b5231c9919c48594d5684
|
|
| MD5 |
b952c93a3489aa11ac06fa9e1057416f
|
|
| BLAKE2b-256 |
db1b671fbc03603e726cbbfcec035c2495b565860c438ff87d694a0dc71e688e
|
File details
Details for the file iflow_mcp_mcherukara_claude_deep_research-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_mcherukara_claude_deep_research-0.1.0-py3-none-any.whl
- Upload date:
- Size: 225.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e11b3f27bf682bd0166118345f1ef003d52dbf62da39dd7102c7f217eac89f0e
|
|
| MD5 |
d85d383b72b6472078555c2031fd98f3
|
|
| BLAKE2b-256 |
544fdfb3a15d32375ebc040b39b626cc788dab222e2082e9154e2a5ee4565d3a
|