What problem does it solve?
Tabz MCP enables programmatic control of the Chrome browser from within Tabz environments, allowing you to automate repetitive tasks and QA workflows such as taking screenshots, clicking UI elements, filling forms, downloading assets, inspecting page state, and debugging network activity with minimal human input.
Core Features & Use Cases
- Automate common browser actions: capture screenshots, click elements, fill forms, navigate pages, and download assets.
- Inspect and debug: inspect page state, retrieve console logs, and capture network activity to diagnose issues.
- Tool discovery: leverage the 70+ tabz_* browser automation tools via MCP to compose complex automation workflows.
Quick Start
Use the Tabz MCP workflow to discover and run tabz tools from your AI assistant. Examples:
- Discover tools: mcp-cli tools tabz
- Get tool schema before calling: mcp-cli info tabz/tabz_screenshot
- Run a screenshot: mcp-cli call tabz/tabz_screenshot '{}'
- Inspect page info: mcp-cli info tabz/tabz_get_page_info