A Model Context Protocol (MCP) server that provides web search functionality by scraping Google, DuckDuckGo, and Bing search results through a
If you want an AI assistant working directly with Web Search MCP, the web search mcp mcp server is the bridge. A Model Context Protocol (MCP) server that provides web search functionality by scraping Google, DuckDuckGo, and Bing search results through a headless browser.
A Model Context Protocol (MCP) server that provides web search functionality by scraping Google, DuckDuckGo, and Bing search results through a headless browser.
Once connected, the assistant can call these 4 tools directly:
search_web — Search the web across multiple engines (Google → DuckDuckGo → Bing) with automatic fallback and return structured resultsget_webpage_content — The get_webpage_content tool exposed by this serverget_search_engine_status — Report the active browser backend and the availability of each search enginereset_search_engines — Clear the list of engines marked as blocked during the session (useful if an engine recovers)Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Browser automation servers are the ones people reach for when a site has no API — the assistant drives a real page instead of guessing at endpoints. Web Search MCP sits in that group, and the shape of its toolset — search_web, get_webpage_content, get_search_engine_status among others — tells you what it is really for. Worth comparing against the other browser automation servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| search_web | Search the web across multiple engines (Google → DuckDuckGo → Bing) with automatic fallback and return structured results. |
| get_webpage_content | The get_webpage_content tool exposed by this server. |
| get_search_engine_status | Report the active browser backend and the availability of each search engine. |
| reset_search_engines | Clear the list of engines marked as blocked during the session (useful if an engine recovers). |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.