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.
Quick Start
Clone the repository:
git clone https://github.com/Pantheon-Security/chrome-mcp-secureClaude 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.