MCP Catalogs
Homemcp-webresearch screenshot

mcp-webresearch

by mzxrai·297·Score 41

MCP server enabling Claude to perform web research with Google search, page extraction, and screenshot capture capabilities.

web-scrapingai-llmproductivity
73
Forks
4
Open issues
17 mo ago
Last commit
2d ago
Indexed

Overview

The MCP Web Research Server provides real-time web research capabilities for Claude by integrating Google search, webpage content extraction, and screenshot functionality. It maintains research sessions with visited pages, search queries, and timestamps. While marked as pre-alpha code, it offers a functional interface through Claude Desktop with tools for searching Google, visiting pages, and taking screenshots. The server uses Playwright for web automation and requires Node.js 18+ to run.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Real-time web research for current topics
you:Extracting content from specific web pages
you:Tracking and organizing research sessions with screenshots
you:Conducting agentic research with iterative refinement
you:What platforms are supported?
you:Is this ready for production use?

When to choose this

Choose this MCP server when you need real-time web research capabilities directly within Claude, particularly for current events or topics requiring up-to-date information from the web.

When NOT to choose this

Avoid if you need reliable, production-ready code (marked as pre-alpha) or require support for platforms beyond macOS.

Tools this server exposes

3 tools extracted from the README
  • search_google{ query: string }

    Performs Google searches and extracts results

  • visit_page{ url: string, takeScreenshot?: boolean }

    Visits a webpage and extracts its content

  • take_screenshot

    Takes a screenshot of the current page

Comparable tools

mcp-duckduckgomcp-serperweb-scraper-mcpclaude-web

Installation

  1. Install Node.js >= 18
  2. Install Claude Desktop app
  3. Add this to your claude_desktop_config.json:
{
  "mcpServers": {
    "webresearch": {
      "command": "npx",
      "args": ["-y", "@mzxrai/mcp-webresearch@latest"]
    }
  }
}

FAQ

What platforms are supported?
Currently verified for macOS. Linux support is marked as work in progress.
Is this ready for production use?
No, the README explicitly states this is pre-alpha code, so expect bugs and limited functionality.

On Hacker News

Recent discussion from the developer community.

Compare mcp-webresearch with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.