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

Velocity · 7d
+2.7
★ / day
Trend
→steady
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.