Skip to main content
Browser AutomationTypeScript

Pantheon-Security/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-automationlocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/Pantheon-Security/chrome-mcp-secure

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
Pantheon-Security