Back to MCP Servers

Chrome Mcp Secure

Security-hardened Chrome automation with post-quantum encryption (ML-KEM-768 + ChaCha20-Poly1305), secure credential vault, memory scrubbing, and audit logging. 22 tools for browser automation and secure logins.

browser-automationsecuritybrowserautomation

Installation

npx -y chrome-mcp-secure

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub