This MCP server implementation provides a local web search capability, integrating with a headless browser to perform Google searches and extract content from web pages. Developed by Frad Lee, it offers features such as customizable search queries, result limiting, domain exclusion, and content truncation. The server uses the Readability library to clean and parse web content, converting it to markdown format. It's designed for AI assistants and other MCP-compatible clients that require up-to-date web information without direct internet access. The implementation is particularly useful for tasks like research, content aggregation, and information retrieval across various domains.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Performs web search and returns results with title, URL and description. Parameters: query (required), excludeDomains (default: []), limit (default: 5), truncate (default: 4000), show (default: false), proxy (optional)