MCP-WebResearch provides AI assistants with web browsing capabilities for conducting research through a Playwright-powered browser. It offers tools for Google searching, visiting webpages, and capturing screenshots, with content automatically converted to clean markdown format. The implementation handles common web challenges like consent dialogs and bot detection, while maintaining a research session that tracks visited pages and screenshots. Particularly useful for workflows requiring iterative research, source citation, and visual context from web content.
No reviews yet. Be the first to review!
Sign in to join the conversation
Performs Google searches and extracts results. Arguments: { query: string }
Visits a webpage and extracts its content. Arguments: { url: string, takeScreenshot?: boolean }
Takes a screenshot of the current page. No arguments required.