MCP Webresearch Stealthified MCP Server

MCP server for web research

Local serverstdio

What is the MCP Webresearch Stealthified MCP server?

Mcp webresearch stealthified mcp server lets Claude, Cursor and other MCP clients work with MCP Webresearch Stealthified directly. MCP server for web research.

What MCP Webresearch Stealthified does

Bring real-time info into Claude and easily research any topic.

Key capabilities

  • Google search integration --- THIS FORK FIXES THIS --- NOW NO LONGER GETTING CAPTCHA BLOCKED
  • Webpage content extraction
  • Research session tracking (list of visited pages, search queries, etc.)
  • Screenshot capture

Tools it exposes

Once connected, the assistant can call these 6 tools directly:

  • Arguments — { query: string }
  • Tools — 1. search_google - Performs Google searches and extracts results - Arguments: { query: string }
  • Prompts — The Prompts tool exposed by this server
  • Resources — We expose two things as MCP resources: (1) captured webpage screenshots, and (2) the research session
  • Screenshots — When you take a screenshot, it's saved as an MCP resource. You can access captured screenshots in Claude Desktop via the Paperclip icon
  • Suggestions — For the best results, if you choose not to use the agentic-research prompt when doing your research, it may be helpful to suggest high-quality sources for

Installing the mcp webresearch stealthified mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Requirements

Where it fits

Browser automation servers are the ones people reach for when a site has no API — the assistant drives a real page instead of guessing at endpoints. MCP Webresearch Stealthified sits in that group, and the shape of its toolset — Arguments, Tools, Prompts among others — tells you what it is really for. Worth comparing against the other browser automation servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by PhialsBasement.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp webresearch stealthified mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
Arguments{ query: string }
Tools1. search_google - Performs Google searches and extracts results - Arguments: { query: string }
PromptsThe Prompts tool exposed by this server.
ResourcesWe expose two things as MCP resources: (1) captured webpage screenshots, and (2) the research session.
ScreenshotsWhen you take a screenshot, it's saved as an MCP resource. You can access captured screenshots in Claude Desktop via the Paperclip icon.
SuggestionsFor the best results, if you choose not to use the agentic-research prompt when doing your research, it may be helpful to suggest high-quality sources for Claude to use when researching general topics. For example, you c

How to install the MCP Webresearch Stealthified MCP server

{
  "mcpServers": {
    "webresearch": {
      "command": "npx",
      "args": ["-y", "@mzxrai/mcp-webresearch@latest"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

Example prompts to try

  • Use MCP Webresearch Stealthified to Arguments.
  • Use MCP Webresearch Stealthified to Tools.
  • Use MCP Webresearch Stealthified to Prompts.

Frequently asked questions

It connects MCP Webresearch Stealthified to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Arguments, Tools, Prompts, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Webresearch Stealthified directly.