MCP-WebResearch provides AI assistants with web browsing capabilities for conducting research through Google searches and webpage content extraction. Built with TypeScript using Playwright for browser automation and Turndown for HTML-to-Markdown conversion, it offers tools to search Google, visit webpages, and capture screenshots while handling common challenges like consent dialogs and bot detection. The implementation includes an agentic research prompt that guides assistants through iterative research workflows, making it particularly valuable for deep topic exploration, fact-checking, and information gathering directly within AI conversations.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.