Exposes the Codex Chrome extension flow to other Agent tools through MCP, enabling Chrome automation via CDP and tab management.
{
"mcpServers": {
"codex-control-chrome-1": {
"command": "npx",
"args": [
"-y",
"codex-control-chrome-mcp"
]
}
}
}