AgentHubAgentHub

CloakBrowser MCP

MCP ServerMCP Registry官方收录

io.github.swimmwatch/cloakbrowser-mcp · v1.3.0

Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.

概览

CloakBrowser MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "cloakbrowser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cloakbrowser-mcp"
      ]
    }
  }
}

环境变量

PLAYWRIGHT_MCP_BROWSER_ENGINE可选

Bridge browser engine: cloak or playwright.

PLAYWRIGHT_MCP_HEADLESS可选

Run the browser in headless mode.

PLAYWRIGHT_MCP_OUTPUT_DIR可选

Directory where upstream Playwright MCP writes artifacts.

PLAYWRIGHT_MCP_OUTPUT_MODE可选

Return snapshots, console logs, and network logs through stdout or files.

CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK可选

Patch upstream console message collection for CloakBrowser compatibility.

CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS可选

Comma-separated or JSON array of extra Chromium launch arguments.

CLOAK_PLAYWRIGHT_MCP_HTTP_HOST可选

Streamable HTTP bind host.

CLOAK_PLAYWRIGHT_MCP_HTTP_PORT可选

Streamable HTTP bind port.

CLOAK_PLAYWRIGHT_MCP_HTTP_ENDPOINT可选

Streamable HTTP endpoint path.

CLOAK_PLAYWRIGHT_MCP_HTTP_AUTH_TOKEN可选secret

Optional Streamable HTTP Bearer token.

CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_BACKEND可选

Session metadata backend. Only memory is implemented in this release.

CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_IDLE_TTL_MS可选

Idle TTL for Streamable HTTP sessions.

CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_MAX可选

Maximum active Streamable HTTP sessions in one process.

PLAYWRIGHT_MCP_BROWSER_ENGINE可选

Bridge browser engine: cloak or playwright.

PLAYWRIGHT_MCP_HEADLESS可选

Run the browser in headless mode.

PLAYWRIGHT_MCP_OUTPUT_DIR可选

Directory where upstream Playwright MCP writes artifacts.

PLAYWRIGHT_MCP_OUTPUT_MODE可选

Return snapshots, console logs, and network logs through stdout or files.

CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK可选

Patch upstream console message collection for CloakBrowser compatibility.

CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS可选

Comma-separated or JSON array of extra Chromium launch arguments.

PLAYWRIGHT_MCP_BROWSER_ENGINE可选

Bridge browser engine: cloak or playwright.

PLAYWRIGHT_MCP_HEADLESS可选

Run the browser in headless mode.

PLAYWRIGHT_MCP_OUTPUT_DIR可选

Directory inside the container where upstream Playwright MCP writes artifacts.

PLAYWRIGHT_MCP_OUTPUT_MODE可选

Return snapshots, console logs, and network logs through stdout or files.

CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK可选

Patch upstream console message collection for CloakBrowser compatibility.

CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS可选

Comma-separated or JSON array of extra Chromium launch arguments.

PLAYWRIGHT_MCP_BROWSER_ENGINE可选

Bridge browser engine: cloak or playwright.

PLAYWRIGHT_MCP_HEADLESS可选

Run the browser in headless mode.

PLAYWRIGHT_MCP_OUTPUT_DIR可选

Directory inside the container where upstream Playwright MCP writes artifacts.

PLAYWRIGHT_MCP_OUTPUT_MODE可选

Return snapshots, console logs, and network logs through stdout or files.

CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK可选

Patch upstream console message collection for CloakBrowser compatibility.

CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS可选

Comma-separated or JSON array of extra Chromium launch arguments.

相关资源

统一 Manifest

{
  "id": "io.github.swimmwatch/cloakbrowser-mcp",
  "type": "mcp-server",
  "version": "1.3.0",
  "displayName": "CloakBrowser MCP",
  "description": "Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.",
  "repository": {
    "url": "https://github.com/swimmwatch/cloakbrowser-mcp",
    "source": "github"
  },
  "homepage": "https://swimmwatch.github.io/cloakbrowser-mcp/",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "cloakbrowser-mcp",
        "version": "1.3.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PLAYWRIGHT_MCP_BROWSER_ENGINE",
            "description": "Bridge browser engine: cloak or playwright."
          },
          {
            "name": "PLAYWRIGHT_MCP_HEADLESS",
            "description": "Run the browser in headless mode."
          },
          {
            "name": "PLAYWRIGHT_MCP_OUTPUT_DIR",
            "description": "Directory where upstream Playwright MCP writes artifacts."
          },
          {
            "name": "PLAYWRIGHT_MCP_OUTPUT_MODE",
            "description": "Return snapshots, console logs, and network logs through stdout or files."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK",
            "description": "Patch upstream console message collection for CloakBrowser compatibility."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS",
            "description": "Comma-separated or JSON array of extra Chromium launch arguments."
          }
        ]
      },
      {
        "registryType": "npm",
        "identifier": "cloakbrowser-mcp",
        "version": "1.3.0",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_HOST",
            "description": "Streamable HTTP bind host."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_PORT",
            "description": "Streamable HTTP bind port."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_ENDPOINT",
            "description": "Streamable HTTP endpoint path."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_AUTH_TOKEN",
            "description": "Optional Streamable HTTP Bearer token.",
            "isSecret": true
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_BACKEND",
            "description": "Session metadata backend. Only memory is implemented in this release."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_IDLE_TTL_MS",
            "description": "Idle TTL for Streamable HTTP sessions."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_HTTP_SESSION_MAX",
            "description": "Maximum active Streamable HTTP sessions in one process."
          },
          {
            "name": "PLAYWRIGHT_MCP_BROWSER_ENGINE",
            "description": "Bridge browser engine: cloak or playwright."
          },
          {
            "name": "PLAYWRIGHT_MCP_HEADLESS",
            "description": "Run the browser in headless mode."
          },
          {
            "name": "PLAYWRIGHT_MCP_OUTPUT_DIR",
            "description": "Directory where upstream Playwright MCP writes artifacts."
          },
          {
            "name": "PLAYWRIGHT_MCP_OUTPUT_MODE",
            "description": "Return snapshots, console logs, and network logs through stdout or files."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK",
            "description": "Patch upstream console message collection for CloakBrowser compatibility."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS",
            "description": "Comma-separated or JSON array of extra Chromium launch arguments."
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/swimmwatch/cloakbrowser-mcp:1.3.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PLAYWRIGHT_MCP_BROWSER_ENGINE",
            "description": "Bridge browser engine: cloak or playwright."
          },
          {
            "name": "PLAYWRIGHT_MCP_HEADLESS",
            "description": "Run the browser in headless mode."
          },
          {
            "name": "PLAYWRIGHT_MCP_OUTPUT_DIR",
            "description": "Directory inside the container where upstream Playwright MCP writes artifacts."
          },
          {
            "name": "PLAYWRIGHT_MCP_OUTPUT_MODE",
            "description": "Return snapshots, console logs, and network logs through stdout or files."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK",
            "description": "Patch upstream console message collection for CloakBrowser compatibility."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS",
            "description": "Comma-separated or JSON array of extra Chromium launch arguments."
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "docker.io/swimmwatch/cloakbrowser-mcp:1.3.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PLAYWRIGHT_MCP_BROWSER_ENGINE",
            "description": "Bridge browser engine: cloak or playwright."
          },
          {
            "name": "PLAYWRIGHT_MCP_HEADLESS",
            "description": "Run the browser in headless mode."
          },
          {
            "name": "PLAYWRIGHT_MCP_OUTPUT_DIR",
            "description": "Directory inside the container where upstream Playwright MCP writes artifacts."
          },
          {
            "name": "PLAYWRIGHT_MCP_OUTPUT_MODE",
            "description": "Return snapshots, console logs, and network logs through stdout or files."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_CONSOLE_FALLBACK",
            "description": "Patch upstream console message collection for CloakBrowser compatibility."
          },
          {
            "name": "CLOAK_PLAYWRIGHT_MCP_EXTRA_ARGS",
            "description": "Comma-separated or JSON array of extra Chromium launch arguments."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.swimmwatch/cloakbrowser-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.swimmwatch%2Fcloakbrowser-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
CloakBrowser MCP — MCP Server 安装与配置 · AgentHub