MCP Deep Web Research Server (v0.3.0)

by qpd-v

86 stars
429 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. 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.

  4. 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)

Node.js Version
TypeScript
License: MIT

A Model Context Protocol (MCP) server for advanced web research.

<a href="https://glama.ai/mcp/servers/5afpizjl6x">Web Research Server MCP server</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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.