Skip to content
Cursor

CloakMCP for Cursor

io.github.overtimepog/cloakmcp

Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface

client:Cursor transport:stdio runtime:pypi

Install CloakMCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cloakmcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cloakbrowsermcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CloakMCP in other clients