Back to Apps

Chrome Enterprise Premium MCP
by google
Manage Chrome Enterprise Premium security, DLP rules, and browser telemetry via MCP.
0 stars
Works in:Gemini CLIVS Code Copilot
Exposes:ToolsPrompts
What it does
This server provides an interface to Chrome Enterprise Premium (CEP), allowing AI agents to inspect and configure security settings, Data Loss Prevention (DLP) rules, and browser telemetry across a managed Chrome environment.
Tools
- DLP Management: List, create, and delete DLP rules and content detectors.
- Licensing: Check CEP subscription status and per-user license assignments.
- Discovery: Retrieve customer IDs, organizational unit hierarchies, and browser version counts.
- Connectors: Manage and enable Chrome Enterprise connector policies.
- Security Logs: Access Chrome activity logs for auditing and troubleshooting.
Installation
{
"mcpServers": {
"cep": {
"command": "npx",
"args": ["-y", "@google/chrome-enterprise-premium-mcp@latest"],
"env": { "GCP_STDIO": "true" }
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- VS Code
- Gemini CLI
Quick install
npx -y @google/chrome-enterprise-premium-mcp@latestInformation
- Pricing
- paid
- Published
- 5/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Gemini CLI
Add to ~/.gemini/settings.json: {"mcpServers": {"cep": {"command": "npx", "args": ["-y", "@google/chrome-enterprise-premium-mcp@latest"], "env": { "GCP_STDIO": "true" }}}}Claude Desktop
{"mcpServers": {"cep": {"command": "npx", "args": ["-y", "@google/chrome-enterprise-premium-mcp@latest"], "env": { "GCP_STDIO": "true" }}}}






