{ "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
Safe staging for this asset
This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.
npx -y tokrepo@latest install 42ba67be-add7-48f0-8d27-cd416d1640a4 --target codexStages files first; activation requires review of the staged README and plan.
Discussion
Related Assets
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.