Connect AI agents to your real Chrome browser with shared sessions, cookies, and logins via a Chrome extension and MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pilot": {
"command": "npx",
"args": [
"-y",
"Lmo04680/Pilot"
]
}
}
}
Run in terminal:
claude mcp add pilot npx -y Lmo04680/Pilot
Add to .cursor/mcp.json:
{
"mcpServers": {
"pilot": {
"command": "npx",
"args": [
"-y",
"Lmo04680/Pilot"
]
}
}
}