MCP Deep Web Research Server (v0.3.0)
About
It is an MCP server that brings real‑time web research into Claude Desktop. It provides intelligent search queuing, enhanced content extraction, and deep research capabilities for users who need structured, sourced information.
Details
- Author
- qpd-v
- GitHub stars
- 86
- Downloads
- 429
- Categories
- Search
Jump to
- Intelligent search queue with rate limiting and automatic retries
- TF‑IDF relevance scoring and keyword proximity analysis
- Google search integration and structured content extraction
- Deep research tool with configurable depth and branching
- Parallel search of up to five queries simultaneously
- Research session tracking with markdown output
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Deep Web Research Server (v0.3.0)Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the package globally (npm install -g mcp-deepwebresearch), then install browser dependencies with npx playwright install chromium. Add a deepwebresearch entry to your Claude Desktop config with the command mcp-deepwebresearch. After setup, ask Claude a research question or use the built‑in agentic-research prompt for guided, iterative searching.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp deep web research server (v0.3.0)": {
"mcp-DEEPwebresearch": {
"command": "npx",
"args": [
"playwright",
"install",
"chromium"
]
}
}
}
}
McpServers
{
"mcp-DEEPwebresearch": {
"command": "npx",
"args": [
"playwright",
"install",
"chromium"
]
}
}
MCP Deep Web Research Server (v0.3.0)
A Model Context Protocol (MCP) server for advanced web research.
<a href="https://glama.ai/mcp/servers/5afpizjl6x"></a>
Latest Changes
- Added visit_page tool for direct webpage content extraction
- Optimized performance to work within MCP timeout limits
Reduced default maxDepth and maxBranching parameters
Improved page loading efficiency
Added timeout checks throughout the process
Enhanced error handling for timeouts
> This project is a fork of mcp-webresearch by mzxrai, enhanced with additional features for deep web research capabilities. We're grateful to the original creators for their foundational work.
Bring real-time info into Claude with intelligent search queuing, enhanced content extraction, and deep research capabilities.
Features
- Intelligent Search Queue System
- Batch search operations with rate limiting
- Queue management with progress tracking
- Error recovery and automatic retries
- Search result deduplication
- Enhanced Content Extraction
- TF-IDF based relevance scoring
- Keyword proximity analysis
- Content section weighting
- Readability scoring
- Improved HTML structure parsing
- Structured data extraction
- Better content cleaning and formatting
- Core Features
- Google search integration
- Webpage content extraction
- Research session tracking
- Markdown conversion with improved formatting
Prerequisites
- Node.js >= 18 (includes npm and npx)
- Claude Desktop app
Installation
Global Installation (Recommended)
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

