Cloak Search
БесплатноНе проверенA local, anti-bot-resilient web search MCP server that uses stealth Chromium automation to search Google or DuckDuckGo without API keys, with automatic fallback
Описание
A local, anti-bot-resilient web search MCP server that uses stealth Chromium automation to search Google or DuckDuckGo without API keys, with automatic fallback and human-like interaction to bypass CAPTCHAs.
README
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.
Quick Start (No Installation Needed)
You can run this server directly via npx in your MCP client configurations.
(On first execution, cloakbrowser will automatically download its stealth Chromium binary ~535 MB in the background).
1. Cursor Setup
Register the MCP server in Settings -> Features -> MCP:
- Name:
cloak-search-mcp - Type:
command - Command:
npx -y cloak-search-mcp
- Name:
To route Cursor to your local LLM:
- Go to Settings -> Models.
- Under OpenAI API Key, enter a dummy key (e.g.,
sk-no-key-required). - Click Configure and set Override Base URL to:
- Llama.cpp:
http://localhost:8080/v1 - Ollama:
http://localhost:11434/v1
- Llama.cpp:
- Add your local model name (e.g.,
default_modelorllama3) and disable Cursor's default cloud models.
2. Copilot CLI Setup
Set environment variables to route Copilot CLI to your local LLM:
- PowerShell (Llama.cpp):
$env:COPILOT_PROVIDER_BASE_URL="http://127.0.0.1:8080" $env:COPILOT_OFFLINE="true" $env:COPILOT_MODEL="default_model" - PowerShell (Ollama):
$env:COPILOT_PROVIDER_BASE_URL="http://127.0.0.1:11434/v1" $env:COPILOT_OFFLINE="true" $env:COPILOT_MODEL="llama3" # Replace with your loaded Ollama model - Bash (Llama.cpp):
export COPILOT_PROVIDER_BASE_URL="http://127.0.0.1:8080" export COPILOT_OFFLINE="true" export COPILOT_MODEL="default_model" - Bash (Ollama):
export COPILOT_PROVIDER_BASE_URL="http://127.0.0.1:11434/v1" export COPILOT_OFFLINE="true" export COPILOT_MODEL="llama3" # Replace with your loaded Ollama model
- PowerShell (Llama.cpp):
Register the MCP server with Copilot CLI:
copilot mcp add cloak-search-mcp -- npx -y cloak-search-mcp
3. Claude CLI Setup
If running a local Claude CLI session against your local model, set the following environment variables:
- PowerShell (Llama.cpp):
$env:ANTHROPIC_BASE_URL="http://127.0.0.1:8080" $env:ANTHROPIC_AUTH_TOKEN="sk-no-key-required" $env:ANTHROPIC_MODEL="default_model" - PowerShell (Ollama):
$env:ANTHROPIC_BASE_URL="http://127.0.0.1:11434/v1" $env:ANTHROPIC_AUTH_TOKEN="sk-no-key-required" $env:ANTHROPIC_MODEL="llama3" # Replace with your loaded Ollama model - Bash (Llama.cpp):
export ANTHROPIC_BASE_URL="http://127.0.0.1:8080" export ANTHROPIC_AUTH_TOKEN="sk-no-key-required" export ANTHROPIC_MODEL="default_model" - Bash (Ollama):
export ANTHROPIC_BASE_URL="http://127.0.0.1:11434/v1" export ANTHROPIC_AUTH_TOKEN="sk-no-key-required" export ANTHROPIC_MODEL="llama3" # Replace with your loaded Ollama model
Global Installation (Alternative)
If you prefer to install it globally on your machine:
npm install -g cloak-search-mcp
Then configure your MCP client to run:
- Command:
cloak-search-mcp
Local Development Setup
If you want to modify or run the code locally:
- Clone the repository.
- Install dependencies:
npm install - Run the server locally:
node index.js
License
This project is licensed under the MIT License - see the LICENSE file for details.
Установка Cloak Search
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rishabhsfdc/cloak-search-mcpFAQ
Cloak Search MCP бесплатный?
Да, Cloak Search MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cloak Search?
Нет, Cloak Search работает без API-ключей и переменных окружения.
Cloak Search — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Cloak Search в Claude Desktop, Claude Code или Cursor?
Открой Cloak Search на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Cloak Search with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
