Skip to main content
Glama
rishabhsfdc

CloakBrowser Search MCP

by rishabhsfdc

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)

  1. Clone the repository.

  2. 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-mcp

  • Type: command

  • Command: node /path/to/cloak-search-mcp/index.js

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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