mrkrsl/web-search-mcp
A Model Context Protocol server that adds multi-engine web search to local LLMs without requiring API keys.

Not currently ranked — collecting fresh signals.
star history
This TypeScript MCP server provides web search capabilities to local LLMs by acting as a bridge between AI models and the web. It implements three tools: a full web search with content extraction, a lightweight search summaries tool, and a single page content fetcher. The server prioritizes Bing over Brave over DuckDuckGo search engines, uses dedicated browser instances for reliability, and can extract content from multiple pages concurrently.
Frequently asked
- What is mrkrsl/web-search-mcp?
- A Model Context Protocol server that adds multi-engine web search to local LLMs without requiring API keys.
- Is web-search-mcp open source?
- Yes — mrkrsl/web-search-mcp is open source, released under the MIT license.
- What language is web-search-mcp written in?
- mrkrsl/web-search-mcp is primarily written in TypeScript.
- How popular is web-search-mcp?
- mrkrsl/web-search-mcp has 1k stars on GitHub.
- Where can I find web-search-mcp?
- mrkrsl/web-search-mcp is on GitHub at https://github.com/mrkrsl/web-search-mcp.