
mcp-webresearch
by mzxrai·★ 297·Score 41
MCP server enabling Claude to perform web research with Google search, page extraction, and screenshot capture capabilities.
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:
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 READMEsearch_google{ query: string }Performs Google searches and extracts results
visit_page{ url: string, takeScreenshot?: boolean }Visits a webpage and extracts its content
take_screenshotTakes a screenshot of the current page
Comparable tools
Installation
- Install Node.js >= 18
- Install Claude Desktop app
- 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.
- Story by mbm · 2024-12-06
Compare mcp-webresearch with
Last updated · Auto-generated from public README + GitHub signals.