MCP server intelligence profile

Chrome Debug MCP Server

A Model Context Protocol server that connects to Chrome debugging ports, enabling browser automation with persistent login sessions

Local OnlyRainmen-xia
Awaiting current scanNpm · 1.0.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
10Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install chrome-debug-mcp from npm

Version 1.0.0 declares 1 executable entrypoint.

npm install --save-exact chrome-debug-mcp@1.0.0
npx -y -p chrome-debug-mcp@1.0.0 chrome-debug-mcp
MCP client configuration example
{
  "mcpServers": {
    "chrome-debug-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "chrome-debug-mcp@1.0.0",
        "chrome-debug-mcp"
      ]
    }
  }
}

Identity

Canonical slugchrome-debug-mcp-server-7ec5c16dDeploymentLocal Only
Canonical packagenpm:chrome-debug-mcpRepositoryRainmen-xia/chrome-debug-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmchrome-debug-mcp1.0.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmchrome-debug-mcp1.0.0CurrentSep 5, 202610 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
browser-automation-serverServer-reported name
1Capability groups
Aug 17, 2026Observed

Tools 10

ToolCategoryAnnotationsRisk
click在指定坐标位置点击
Input schema
{
  "type": "object",
  "properties": {
    "coordinate": {
      "type": "string",
      "description": "点击位置的坐标,格式为 'x,y'"
    }
  },
  "required": [
    "coordinate"
  ]
}
close_browser关闭浏览器连接
Input schema
{
  "type": "object",
  "properties": {}
}
get_page_content获取当前页面的HTML内容
Input schema
{
  "type": "object",
  "properties": {}
}
hover将鼠标悬停在指定坐标位置
Input schema
{
  "type": "object",
  "properties": {
    "coordinate": {
      "type": "string",
      "description": "悬停位置的坐标,格式为 'x,y'"
    }
  },
  "required": [
    "coordinate"
  ]
}
launch_browser启动浏览器连接,连接到Chrome调试端口以保持登录状态
Input schema
{
  "type": "object",
  "properties": {
    "remote_host": {
      "type": "string",
      "description": "可选的远程Chrome主机URL (例如: http://localhost:9222)"
    }
  }
}
navigate_to导航到指定URL,智能管理标签页(相同域名复用标签页)
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "要导航到的URL"
    }
  },
  "required": [
    "url"
  ]
}
resize_browser调整浏览器窗口大小
Input schema
{
  "type": "object",
  "properties": {
    "size": {
      "type": "string",
      "description": "窗口大小,格式为 'width,height'"
    }
  },
  "required": [
    "size"
  ]
}
scroll_down向下滚动页面一个视口高度
Input schema
{
  "type": "object",
  "properties": {}
}
scroll_up向上滚动页面一个视口高度
Input schema
{
  "type": "object",
  "properties": {}
}
type_text输入文本内容
Input schema
{
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "要输入的文本内容"
    }
  },
  "required": [
    "text"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Chrome Debug MCP Server questions

How do I install Chrome Debug MCP Server?

Install the selected package version with: npm install --save-exact chrome-debug-mcp@1.0.0

What tools does Chrome Debug MCP Server provide?

Chrome Debug MCP Server exposed 10 tools during independent protocol observation, including click, close_browser, get_page_content, hover, launch_browser, navigate_to, resize_browser, scroll_down, and others.

Is Chrome Debug MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Browser Automation MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.