MCP ConfigsApr 13, 2026·1 min read

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)

Agent ready

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.

Stage only · 19/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Verified publisher
Entrypoint
mcp-config.json
Safe staging command
npx -y tokrepo@latest install ea7384a3-f3f5-4690-8647-e8a11ab51b7f --target codex

Stages files first; activation requires review of the staged README and plan.

{ "mcpServers": { "beta": { "command": "bash", "args": [ "-c", "exec "$HOME/scripts/chrome-beta-mcp-proxy.sh" 9402 9222" ] } } }

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets