MCP server intelligence profile

Chrome MCP Server

A Model Context Protocol server that enables AI assistants to control Chrome browsers through the Chrome DevTools Protocol, allowing for navigation, clicking, typing, and extracting page information

Local Onlylxe
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
15Independently 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-mcp from npm

Version 1.0.0 declares 1 executable entrypoint.

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

Identity

Canonical slugchrome-mcp-server-be0bda55DeploymentLocal Only
Canonical packagenpm:chrome-mcpRepositorylxe/chrome-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmchrome-mcp1.0.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmchrome-mcp1.0.0CurrentSep 5, 202615 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
chrome-mcpServer-reported name
1Capability groups
Aug 17, 2026Observed

Tools 15

ToolCategoryAnnotationsRisk
chrome_clickClick on an element using a CSS selector
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string",
      "description": "CSS selector for the element to click"
    }
  },
  "required": [
    "selector"
  ]
}
chrome_close_tabClose the current tab
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_execute_scriptExecute JavaScript in the current page and return the result
Input schema
{
  "type": "object",
  "properties": {
    "script": {
      "type": "string",
      "description": "JavaScript code to execute"
    }
  },
  "required": [
    "script"
  ]
}
chrome_get_contentGet the HTML content of the current page
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_get_current_urlGet the current URL of the active tab
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_get_titleGet the title of the current page
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_get_visible_textGet the visible text content of the current page
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_go_backGo back in browser history
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_go_forwardGo forward in browser history
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_list_tabsList all open tabs with their titles and URLs
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_navigateNavigate to a specific URL in Chrome
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL to navigate to"
    }
  },
  "required": [
    "url"
  ]
}
chrome_open_new_tabOpen a new tab in Chrome, optionally with a URL
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Optional URL to open in the new tab"
    }
  }
}
chrome_reloadReload the current page
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_screenshotTake a screenshot of the current page (returns base64 encoded PNG)
Input schema
{
  "type": "object",
  "properties": {}
}
chrome_typeType text into an input field using a CSS selector
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string",
      "description": "CSS selector for the input element"
    },
    "text": {
      "type": "string",
      "description": "Text to type into the input field"
    }
  },
  "required": [
    "selector",
    "text"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Chrome MCP Server questions

How do I install Chrome MCP Server?

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

What tools does Chrome MCP Server provide?

Chrome MCP Server exposed 15 tools during independent protocol observation, including chrome_click, chrome_close_tab, chrome_execute_script, chrome_get_content, chrome_get_current_url, chrome_get_title, chrome_get_visible_text, chrome_go_back, and others.

Is Chrome 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.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.