{ "mcpServers": { "chrome": { "command": "bash", "args": [ "-c", "exec "$HOME/scripts/chrome-mcp-proxy.sh" 9401 9222" ] } } }
MCP Config: chrome
MCP server configuration for chrome (portable, $HOME-based via bash -c). Requires chrome-mcp-proxy.sh + cdp-proxy.mjs in ~/scripts — see Chrome MCP
Staging sûr pour cet actif
Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.
npx -y tokrepo@latest install 42ba67be-add7-48f0-8d27-cd416d1640a4 --target codexStage les fichiers d'abord; l'activation exige la revue du README et du plan staged.
Fil de discussion
Actifs similaires
MCP Config: Chrome Beta (Proxy Mode)
Chrome Beta browser MCP proxy configuration (portable, $HOME-based via bash -c). Bridges CDP WebSocket on port 9222 to MCP on port 9402. Requires chrome-beta-mcp-proxy.sh + cdp-proxy.mjs in ~/scripts (see Multi-Browser MCP Proxies asset)
Multi-Browser MCP Proxies — Arc Browser & Chrome Beta Variants
Companion to 'CDP WebSocket
Chrome MCP
Chrome MCP
Puppeteer MCP — Headless Chrome Server for AI Agents
MCP server wrapping Google Puppeteer for headless Chrome automation. Navigate pages, screenshot, generate PDFs, scrape SPAs, and test web apps through AI agent commands. 2,000+ stars.