Turn tab chaos into a focused workspace — then let AI do the browser work.
Chrome Web Store · Features · Quick start · 中文版
TabPilot is an AI-powered Chrome side panel for people who live in their browser. Put a browser-aware agent to work on the page in front of you, then find pages instantly, reshape crowded windows into meaningful groups, and save research sessions for later.
It combines practical tab management with browser-aware AI tools — without making you leave the tab you are already in.
| What it does | |
|---|---|
| ✨ Your browser-aware AI Agent | Ask AI to work with tabs, windows, groups, history, page DOM actions, screenshots, and page-side evaluation — all from the side panel. |
| 🔌 An agent that grows with you | Connect HTTP or Chrome-extension MCP tools; optionally expose TabPilot's tools through a WebSocket bridge. |
| ⏱️ Turn repeat work into automation | Record and replay macros, keep agent conversations, export them, and schedule tool-driven tasks. |
| 🔎 Find anything | Search open tabs by title or URL and surface relevant browser history when the page is no longer open. |
| 🗂️ Make order fast | Group tabs by domain or your own rules, collapse groups, and move through busy windows without losing context. |
| 🧠 Save your context | Save workspaces and stashes, then restore them later while avoiding duplicate tabs. |
| ☁️ Keep settings portable | Export/import settings and sync settings or stashes to a GitHub repository. |
Add the following images under
docs/screenshots/when they are ready. Keeping the filenames below lets this README render automatically.
![]() |
![]() |
| 1. Tab overview Show search results, several tab groups, and workspace controls. |
2. AI Agent Show a real prompt plus tool calls/results, ideally with the current page context visible. |
- Install TabPilot from the Chrome Web Store.
- Open the side panel and start with search, grouping, or a saved workspace.
- Add an LLM provider in Settings to unlock the AI Agent.
- Connect MCP tools when you want the agent to reach beyond the built-in browser toolkit.
npm install
npm run buildLoad the generated dist/ folder from chrome://extensions with Developer mode enabled.

