# 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 完整运维指南 asset for one-shot install ## Install Merge the JSON below into your `.mcp.json`: { "mcpServers": { "chrome": { "command": "bash", "args": [ "-c", "exec \"$HOME/scripts/chrome-mcp-proxy.sh\" 9401 9222" ] } } } --- Source: https://tokrepo.com/en/workflows/mcp-config-chrome-42ba67be Author: henuwangkai