mcpware/chrome-pilot
AI-controlled Chrome with real profile sync. Like Playwright, but with your bookmarks, passwords, and extensions.
Platform-specific configuration:
{
"mcpServers": {
"chrome-pilot": {
"command": "npx",
"args": [
"-y",
"chrome-pilot"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@mcpware/chrome-pilot) [](https://github.com/mcpware/chrome-pilot/blob/main/LICENSE) [](https://github.com/mcpware/chrome-pilot)
AI-controlled Chrome with real profile sync. Your AI copilot drives, you watch — and take the wheel when needed.
Headless automation tools (Playwright, agent-browser) give AI a clean, empty browser. No logins, no cookies, no bookmarks. Great for scraping. Useless for real work.
chrome-pilot gives AI your real Chrome — with your profiles, passwords, bookmarks, and extensions. The browser is visible on screen so you can watch every step, and take over when needed (2FA, CAPTCHA, payment confirmation).
Headless tools: AI works alone in a clean browser you can't see
chrome-pilot: AI works in YOUR browser while you watch| | Playwright | chrome-pilot | |---|---|---| | Browser | Bundled Chromium (clean) | Your real Chrome | | Sessions | Lost on restart | Persist forever (profiles) | | Passwords & bookmarks | ❌ | ✅ via Google Sync | | Extensions | ❌ | ✅ | | Re-login every time? | Yes | No | | Profile management | ❌ | ✅ list / create / switch / delete |
| | agent-browser | chrome-pilot | |---|---|---| | Design | AI works alone (headless) | AI + human together (headed) | | Browser | Chrome for Testing (clean) | Your real Chrome | | MCP support | ❌ CLI only | ✅ Native MCP server | | Profile management | Manual (--profile <path>) | Full CRUD (list / create / delete) | | Google Sync | ❌ | ✅ | | Human handoff | ❌ Can't intervene | ✅ You see everything, take over anytime | | Extensions | ❌ | ✅ | | Commands | 69 (automation-focused) | 25 (interaction-fo
Loading reviews...