C
Cloakbrowser MCP
by @dhdgves
A Model Context Protocol (MCP) server that wraps [CloakBrowser](https://github.com/czfrank/cloakbrowser) — a stealth Chromium browser with source-level anti-detection patches — into a set of AI-agent-friendly tools.
Created 6/15/2026
Updated 2 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx cloakbrowser-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"dhdgves-cloakbrowser-mcp": {
"command": "uvx",
"args": [
"cloakbrowser-mcp"
]
}
}
}