RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
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可选secretOptional 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.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"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"
}
}