TacosyHorchata/Pilot
Chrome extension + MCP server — AI agents control a tab in your real browser, already logged in
Platform-specific configuration:
{
"mcpServers": {
"Pilot": {
"command": "npx",
"args": [
"-y",
"Pilot"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/pilot-mcp) [](https://github.com/TacosyHorchata/Pilot/blob/main/LICENSE) [](https://github.com/TacosyHorchata/Pilot)
> Install a Chrome extension. Your AI agent gets a tab in the browser you're already using.
Every other browser tool launches a new, anonymous browser. Your agent starts logged out, gets blocked by Cloudflare, can't reach anything behind auth.
Pilot is a Chrome extension + MCP server. It connects your AI agent to your real browser — same sessions, same cookies, same logins. Your agent sees what you see.
You: "Summarize my GitHub notifications"
→ New tab opens in YOUR Chrome
→ Already logged into GitHub
→ Agent reads, summarizes, doneNo headless browser. No cookie hacking. No re-authentication. No bot detection.
---
AI Agent → MCP Server → WebSocket → Chrome Extension → Tab in your browser
(stdio) (localhost)---
{
"mcpServers": {
"pilot": {
"command": "npx",
"args": ["-y", "pilot-mcp"]
}
}
}npx pilot-mcp --install-extensionOpens Chrome's extensions page. Click Load unpacked → select the path shown in terminal.
> "Go to my GitHub notifications and summarize them"
A tab opens in your Chrome — already logged in as you.
---
Loading reviews...