chrome-mcp-remote
Installation
SKILL.md
Chrome MCP Remote-Debug Skill
Use this skill to run Chrome DevTools MCP by connecting to a manually launched Chrome instance. This avoids macOS sandbox/permission issues and user-data-dir lock problems.
Quick Start
- Start the dedicated Chrome instance:
bash "<path-to-skill>/scripts/start-chrome-mcp.sh"
- Ensure your Chrome DevTools MCP server points to the same port (default 9223). The config should use:
--browserUrl http://127.0.0.1:9223