MCP server for chromeflow — lets Claude Code or Codex CLI drive your real Chrome browser with sessions intact. Plugin install recommended; npx chromeflow for manual MCP wiring.
{
"mcpServers": {
"chromeflow": {
"command": "npx",
"args": [
"-y",
"chromeflow"
]
}
}
}