Running Chrome DevTools MCP in Multiple Claude Code Sessions
7.3 relevance
Score Breakdown
technical depth 7
novelty 8
actionability 8
community 6
strategic 5
personal 9
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Guide on running Chrome DevTools MCP with Claude Code; directly relevant to AI agent orchestration.
Summary
A lock on Chrome's user-data-dir prevents multiple Claude Code sessions from sharing a single chrome-devtools-mcp instance. A custom wrapper script resolves the conflict by assigning each terminal a unique, persistent browser profile through a hash of the Git repo root and a fallback that appends the TTY name. An unexpected finding after a week of subagent testing was that partitioned profiles break authentication-dependent workflows, making a shared browser with multiple MCP clients the preferable default.