mcpbeat Sign in

Kloakt MCP Server

by kultmember6banger Your server? Claim it
local only

Kloakt runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from pypi. Last commit 27 Aug 2026.

Cloaked headless browser for AI agents — stealth TLS, smart extraction, SPA fallback

Installs per day peak 24 · avg 11 · -28% w/w
a month agotoday
60
Installs / week
pypi · kloakt
1
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command kloakt.py:88, [пакет] kloakt.py:77
    result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kloakt -- uvx kloakt
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kloakt": {
      "args": [
        "kloakt"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kloakt]
command = "uvx"
args = ["kloakt"]
.cursor/mcp.json
{
  "mcpServers": {
    "kloakt": {
      "args": [
        "kloakt"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kloakt": {
      "args": [
        "kloakt"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Kloakt

same job, measured the same way
Looking Glass MCP
by sahib-sawhney-wh

AI-native browser for agents. 71 tools with self-healing, semantic extraction, vault CLI.

30 installs/wk local only
Fortress
by tiliondev

Stealth browser for AI agents: fetch pages behind Cloudflare/DataDome/CAPTCHA, extract clean data.

131 installs/wk local only
Conduit
by bkauto3

Headless browser with SHA-256 audit trails and Ed25519-signed proof bundles for AI agents.

52 installs/wk local only
Neo Vision
by matthewalexong

Spatial DOM maps for AI agent browser navigation with anti-bot stealth.

28 installs/wk local only
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
C
Playwright MCP Server
by thenextgennexus

Headless browser primitives for AI agents when sites need real JS rendering.

17 tools answering
Ghostfox
by autokeren

Self-hosted stealth browser for AI agents: Firefox engine + Rust MCP runtime

local only
Substrate Browser
by manuelinuxkr

Token-first headless browser for AIs. Extracts a tiny semantic graph, cutting HTML bloat by 95%.

48 installs/wk local only

Kloakt — questions

Answers built from our own checks of this server.

Why is there no uptime for Kloakt?
Kloakt runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package kloakt was installed 60 times last week.
How do I connect Kloakt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kloakt straight from pypi; nothing to host, nothing to sign up for.
How many people use Kloakt?
The pypi package kloakt was installed 60 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kloakt open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.