CloakMCP
Rank #19,861io.github.overtimepog/CloakMCP
Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface
CloakMCP is a Model Context Protocol (MCP) server published by overtimepog. It ranks #19,861 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. CloakMCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Mar 27, 2026 and most recently updated on Apr 4, 2026.
Ranks ahead of 95,599 of 115,460 servers on MCP Toplist.
Use CloakMCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cloakmcp -- uvx cloakbrowsermcp[mcp_servers.cloakmcp]
command = "uvx"
args = ["cloakbrowsermcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cloakmcp": {
"command": "uvx",
"args": [
"cloakbrowsermcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cloakmcp": {
"command": "uvx",
"args": [
"cloakbrowsermcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cloakmcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cloakbrowsermcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cloakmcp": {
"command": "uvx",
"args": [
"cloakbrowsermcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cloakmcp": {
"command": "uvx",
"args": [
"cloakbrowsermcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.overtimepog%2FCloakMCP)<a href="https://mcptoplist.com/server/io.github.overtimepog%2FCloakMCP"><img src="https://mcptoplist.com/badge/io.github.overtimepog%2FCloakMCP.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
overtimepog
Other servers by overtimepog
View all overtimepog servers →Available versions (1)
| Version | Published |
|---|---|
| 2.0.1 | Apr 4, 2026 |
Frequently asked questions
- Who maintains CloakMCP?
- CloakMCP is maintained by overtimepog, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is CloakMCP listed on the Official MCP Registry?
- Yes — CloakMCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does CloakMCP have?
- MCP Toplist tracks 1 version of CloakMCP, most recently published on Apr 4, 2026.
- Where can I find the source code for CloakMCP?
- The source code for CloakMCP is hosted at github.com/overtimepog/CloakMCP.