mcp-webresearch

mcp-webresearch

3.7

If you are the rightful owner of mcp-webresearch and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for web research, enabling real-time information retrieval and research capabilities within the Claude Desktop app.

The MCP Web Research Server is designed to enhance the research capabilities of the Claude Desktop app by integrating real-time web search and content extraction functionalities. It allows users to perform Google searches, extract webpage content, and track research sessions, including visited pages and search queries. The server also supports screenshot capture, providing a comprehensive toolset for conducting thorough web research. By leveraging the power of Node.js and browser automation technologies, the server facilitates seamless integration with Claude, enabling users to access and utilize web-based information efficiently. The server is particularly useful for users who require up-to-date information and authoritative sources for their research tasks.

Features

  • Google search integration
  • Webpage content extraction
  • Research session tracking
  • Screenshot capture

Tools

  1. search_google

    Performs Google searches and extracts results. Arguments: { query: string }

  2. visit_page

    Visits a webpage and extracts its content. Arguments: { url: string, takeScreenshot?: boolean }

  3. take_screenshot

    Takes a screenshot of the current page. No arguments required.