loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

Pilot

MCP Tool

TacosyHorchata/Pilot

Chrome extension + MCP server — AI agents control a tab in your real browser, already logged in

Install

$ npx loaditout add TacosyHorchata/Pilot

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "Pilot": {
      "command": "npx",
      "args": [
        "-y",
        "Pilot"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

pilot — AI agents in your real Chrome

[](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, done

No headless browser. No cookie hacking. No re-authentication. No bot detection.

---

How it works
AI Agent → MCP Server → WebSocket → Chrome Extension → Tab in your browser
         (stdio)       (localhost)
  1. Pilot runs as an MCP server — Claude Code, Cursor, or any MCP client connects via stdio
  2. The Chrome extension connects via WebSocket on localhost
  3. Your agent gets its own tab in your real Chrome — all your sessions intact
  4. Multiple agents get separate tabs — color-grouped so you can tell them apart

---

Quick Start
1. Add the MCP server
{
  "mcpServers": {
    "pilot": {
      "command": "npx",
      "args": ["-y", "pilot-mcp"]
    }
  }
}
2. Install the Chrome extension
npx pilot-mcp --install-extension

Opens Chrome's extensions page. Click Load unpacked → select the path shown in terminal.

3. Use it

> "Go to my GitHub notifications and summarize them"

A tab opens in your Chrome — already logged in as you.

---

Lean snap

Tags

ai-agentbrowser-automationclaudecursormcpmcp-serverplaywrightheadless-browserweb-automation

Reviews

Loading reviews...

Quality Signals

29
Stars
0
Installs
Last updated11 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcenpm
Last commit4/5/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/TacosyHorchata/Pilot)](https://loaditout.ai/skills/TacosyHorchata/Pilot)