Skip to content
Cursor

Kloakt for Cursor

io.github.kultmember6banger/kloakt

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

client:Cursor transport:stdio runtime:pypi

Install Kloakt in Cursor

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

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

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

Kloakt in other clients