MCP server for web research
Mcp webresearch stealthified mcp server lets Claude, Cursor and other MCP clients work with MCP Webresearch Stealthified directly. MCP server for web research.
Bring real-time info into Claude and easily research any topic.
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 serverResources — We expose two things as MCP resources: (1) captured webpage screenshots, and (2) the research sessionScreenshots — When you take a screenshot, it's saved as an MCP resource. You can access captured screenshots in Claude Desktop via the Paperclip iconSuggestions — 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 forSetup 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.
npm and npx) - Claude Desktop appBrowser 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.
| Tool | What it does |
|---|---|
| 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 Claude to use when researching general topics. For example, you c |
{
"mcpServers": {
"webresearch": {
"command": "npx",
"args": ["-y", "@mzxrai/mcp-webresearch@latest"]
}
}
}Configuration as documented by the project. Restart the client after saving.
npm and npx) - Claude Desktop appMicrosoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.