mcp-webresearch
A Model Context Protocol server that enables real-time web research for Claude.
The MCP Web Research Server allows users to bring real-time information into Claude, facilitating easy research on any topic. It integrates Google search capabilities, extracts content from webpages, and tracks research sessions, including a list of visited pages and search queries. Additionally, it offers the ability to capture screenshots of webpages for reference and documentation purposes.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-webresearch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-webresearch"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions