Local Web Search
Summary
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.
Available Actions(1)
local_web_search
Performs web search and returns results with title, URL, and description. Parameters: query (string, required), excludeDomains (array of strings, optional), limit (number, optional), truncate (number, optional), show (boolean, optional), proxy (string, optional)
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation