MCP server intelligence profile

Chrome MCP Docker MCP Server

Enables AI coding assistants to control a persistent Chrome browser through DevTools Protocol. Supports web navigation, screenshots, element interaction, mobile testing, console logs, and network debugging in a stable Docker environment

Local Onlynull-runner
Awaiting current scanSource Git · 44413ac4812664e0e67dc5d837bab89e7fc4bbbb

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.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugchrome-mcp-docker-7b3e0911DeploymentLocal Only
Canonical packageRepositorynull-runner/chrome-mcp-docker
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitnull-runner/chrome-mcp-docker44413ac4812664e0e67dc5d837bab89e7fc4bbbb1Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitnull-runner/chrome-mcp-docker44413ac4812664e0e67dc5d837bab89e7fc4bbbbCurrentAug 25, 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
sniperServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 10

ToolCategoryAnnotationsRisk
clickClicks an element identified by CSS selector.
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string"
    }
  },
  "required": [
    "selector"
  ]
}
get_computed_stylesReturns the computed CSS styles for an element (essential for UI debugging).
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string"
    }
  },
  "required": [
    "selector"
  ]
}
get_console_logsReturns captured console logs (errors, warnings, info). Useful for debugging JS issues.
Input schema
{
  "type": "object",
  "properties": {
    "clear": {
      "type": "boolean",
      "description": "Clear logs after retrieval"
    }
  }
}
get_network_errorsReturns a list of failed network requests.
Input schema
{
  "type": "object",
  "properties": {}
}
mobile_modeToggles mobile viewport (iPhone X dimensions).
Input schema
{
  "type": "object",
  "properties": {
    "enable": {
      "type": "boolean"
    }
  },
  "required": [
    "enable"
  ]
}
navigateNavigates to a URL and waits for network idle.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    }
  },
  "required": [
    "url"
  ]
}
screenshotTakes a screenshot of the viewport. Returns base64.
Input schema
{
  "type": "object",
  "properties": {}
}
scrollScrolls the page. Use x,y coordinates OR selector to scroll into view.
Input schema
{
  "type": "object",
  "properties": {
    "x": {
      "type": "number"
    },
    "y": {
      "type": "number"
    },
    "selector": {
      "type": "string"
    }
  }
}
typeTypes text into an input field.
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string"
    },
    "text": {
      "type": "string"
    }
  },
  "required": [
    "selector",
    "text"
  ]
}
wait_for_selectorWaits for an element to appear in the DOM.
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string"
    },
    "timeout": {
      "type": "number"
    }
  },
  "required": [
    "selector"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Chrome MCP Docker MCP Server questions

How do I install Chrome MCP Docker MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Chrome MCP Docker MCP Server provide?

Chrome MCP Docker MCP Server exposed 10 tools during independent protocol observation, including click, get_computed_styles, get_console_logs, get_network_errors, mobile_mode, navigate, screenshot, scroll, and others.

Is Chrome MCP Docker MCP Server secure?

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

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Docker intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Developer Tool MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.