TabzChrome plugins - terminal management and browser automation
npx claudepluginhub ggprompts/tabzchromeTabzChrome integration: spawn terminals, browser automation, and project integration via HTML/WebSocket/JS API
Share bugs, ideas, or general feedback.
Full Linux terminals in your Chrome sidebar

Watch: Subagent chaos with audio announcements - Multiple Claude subagents running with different voice status updates
Real bash terminals running in your browser sidebar. Not a web-based terminal emulator - actual Linux shells connected via WebSocket to your local machine.
Run anything you'd run in a normal terminal:
Browse the web with your terminals always visible - no window juggling, no Alt+Tab. Terminals persist in tmux sessions, so they survive sidebar close/reopen and even browser restarts.
Why this exists: If you use AI coding tools (Claude Code, Gemini, Codex), you need terminals visible while browsing docs, PRs, and issues. Tabz keeps them docked to your browser instead of buried behind windows.
Give your AI full control: Through MCP tools and REST API, Claude Code can control your browser (screenshots, clicks, form filling, network inspection) and spawn/kill terminal sessions programmatically. Your AI assistant becomes a true automation partner.
⚠️ Security Note: By default, MCP tools only allow access to safe domains (GitHub, GitLab, Vercel, localhost, AI image generators). "YOLO mode" can be enabled in the Dashboard MCP settings (
localhost:8129/#/mcp) to allow all URLs, but we recommend using a separate Chrome profile without personal accounts or saved passwords if you do.
localhost:8129 for terminal management and quick statsTabzChrome is designed to work seamlessly with Claude Code:
🚀 Quick Setup - /discover-profiles command
⚡ 0 Token Cost Up Front - MCP tools with no context overhead!

Using Claude Code's experimental MCP CLI mode, tool schemas are loaded on-demand instead of all 85 definitions into context. Enable with the ENABLE_EXPERIMENTAL_MCP_CLI=true environment variable. See the setup gist for details.
🎭 Power Features (Claude Code Integration):
TabzChrome includes a Claude Code plugin with agents, skills, and MCP tools:
| Component | Type | Description |
|---|---|---|
| Tabz MCP Server | MCP | 85 browser control tools (screenshots, clicks, bookmarks, network, tab groups, windows, history, cookies, emulation, profiles, plugins) |
| tabz-browser | skill | Browser automation patterns (screenshots, forms, network debugging) |
| tabz-terminals | skill | Terminal spawning and worker management via REST API |
| tabz-development | skill | Terminal.tsx, xterm.js, WebSocket patterns |
| tabz-expert | agent | Browser automation specialist with 85 MCP tools |
Quick setup: Skills auto-load when you run Claude Code in the TabzChrome directory.