CloakBrowser Search MCP
Enables web search via DuckDuckGo as a reliable fallback search engine.
Enables web search via Google with anti-bot-resilient automation and CAPTCHA bypass.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CloakBrowser Search MCPsearch for latest climate change news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CloakBrowser Search MCP
A 100% local, anti-bot-resilient web search Model Context Protocol (MCP) server utilizing cloakbrowser (a stealth Chromium automation tool).
Features
Dual Search Engines: Search Google (default) or DuckDuckGo.
Stealth Interaction: Google searches simulate natural human behavior (typing speed, keyboard navigation, and viewport configurations) to completely bypass CAPTCHAs and bot blocks.
Self-Healing Fallback: Automatically switches to DuckDuckGo if Google blocks requests, ensuring 100% reliable results.
Zero API Keys: Free, local, and private scraping.
Related MCP server: Brave Search With Proxy
Installation
Local Install (Developer Setup)
Clone the repository.
Install dependencies:
npm install
Running the Server
Start the server using:
node index.js(On first execution, cloakbrowser will automatically download its stealth Chromium binary ~535 MB).
Client Configuration
Add this server to your MCP client (such as Claude Desktop or Cursor).
Claude Desktop
Add to %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"cloak-search-mcp": {
"command": "node",
"args": ["/path/to/cloak-search-mcp/index.js"]
}
}
}Cursor
Add a new MCP server in Settings -> Features -> MCP:
Name:
cloak-search-mcpType:
commandCommand:
node /path/to/cloak-search-mcp/index.js
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishabhsfdc/cloak-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server