MCPFast / Tools / Lightweight Self-Hosted AI Web Search MCP Solution
A lightweight MCP solution for self-hosted AI web search, supporting Baidu, Tavily, Bing, and academic engines, with SQLite cache and LLM summarization.
View on GitHub→This repository provides a lightweight, self-hosted MCP solution designed for AI developers requiring efficient web search capabilities. It integrates with multiple search engines and offers local caching and LLM-based summarization, streamlining the process of gathering and processing information for AI applications. This tool is ideal for developers who need a controlled, private, and performant web search component within their AI workflows.
The websearch-mcpserver acts as a centralized agent that queries various web search engines on behalf of your AI. It supports popular engines like Baidu, Tavily, and Bing , as well as academic search platforms. Results are processed locally, with an integrated SQLite cache to store previous queries and results, reducing redundant API calls and improving response times. Furthermore, it leverages Large Language Models (LLMs) to provide concise summaries of search results , making information more digestible for AI agents.
This tool is specifically built for AI developers who are: