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-secureConfiguration
{
"mcpServers": {
"chrome-mcp-secure": {
"command": "npx",
"args": ["-y", "chrome-mcp-secure"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes