Cloak MCP

Stealth browser automation for AI agents - a Model Context Protocol server combining CloakBrowser's anti-detection with Playwright MCP-inspired architecture. Its 26 documented tools cover cloak, page, network, cookies. It runs locally over stdio via the published package.

People who work with cloak, page and network and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-05-14 · ★ 13 · #203 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Cloak MCP

Claude Code

claude mcp add overtimepog-cloakmcp -- uvx cloakbrowsermcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "overtimepog-cloakmcp": {
      "command": "uvx",
      "args": [
        "cloakbrowsermcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package cloakbrowsermcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.overtimepog is GitHub-verified and matches the repo owner

03 · What Cloak MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can start stealth browser (all anti-detection ON), close browser and release resources, click element by ref (auto-retry), and select dropdown option by ref.

The 26 tools it gives your agent

Extracted from the project's README - what CloakMCP lets an agent do.

cloak_launch
- Start stealth browser (all anti-detection ON)
cloak_close
- Close browser and release resources
cloak_snapshot
- PRIMARY - accessibility tree with [@eN] refs
cloak_click
- Click element by ref (auto-retry)
cloak_type
- Type into input by ref (with submit option)
cloak_select
- Select dropdown option by ref
cloak_hover
- Hover over element by ref
cloak_check
- Check/uncheck checkbox by ref
cloak_read_page
- Page content as clean markdown
cloak_screenshot
- Annotated screenshot with element indices
cloak_navigate
- Go to URL (auto-waits for settle)
cloak_back
- Navigate back in history
show all 26 tools
cloak_forward
- Navigate forward in history
cloak_press_key
- Press keyboard key
cloak_scroll
- Scroll page up/down
cloak_wait
- Wait for page to settle
cloak_evaluate
- Execute JavaScript in page
cloak_new_page
- Open new page/tab
cloak_list_pages
- List all open pages
cloak_close_page
- Close a specific page
cloak_network_intercept
- Block/mock/passthrough requests
cloak_network_continue
- Remove interception rule
cloak_get_cookies
- Get all cookies
cloak_set_cookies
- Set cookies
cloak_pdf
- Save page as PDF
cloak_console
- Get browser console output

04 · Who maintains Cloak MCP

CloakMCP is maintained by overtimepog. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
browser automation - ranked #203 of 255 actively-maintained browser automation servers as of 2026-09-18.
registry
io.github.overtimepog/CloakMCP (active, first published 2026-04-04)
packages
pypi:cloakbrowsermcp

06 · Cloak MCP FAQ

Is Cloak MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-05-14. We re-verify nightly.

What can Cloak MCP do?

With this server connected, an agent can start stealth browser (all anti-detection ON), close browser and release resources, click element by ref (auto-retry), and select dropdown option by ref.

How do I install Cloak MCP?

Run `uvx cloakbrowsermcp`. You can also paste the ready-made client config above.

Does Cloak MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cloak MCP

More browser automation MCP servers · Oya Browser · Notebooklm MCP Secure · Vigilis · Playrunner · Browserbash

More Python MCP servers · Watch Skill · Global Agent Memory · Northdata MCP · GitHub PR Context · Quant Brain MCP · see all