| name | mcp-discovery |
| description | Discover available tabz_* MCP tools |
MCP Discovery
Discover and inspect available TabzChrome MCP tools.
Usage
/tabz:mcp-discovery
List All Tabz Tools
mcp-cli tools tabz
Search Tools
mcp-cli grep "screenshot"
mcp-cli grep "download"
mcp-cli grep "audio"
Inspect Tool Schema
Always check schema before using a tool:
mcp-cli info tabz/tabz_screenshot
mcp-cli info tabz/tabz_click
mcp-cli info tabz/tabz_speak
Tool Categories (46 Tools)
Tabs & Navigation
tabz_list_tabs- List all open tabstabz_switch_tab- Switch to specific tabtabz_rename_tab- Set custom display nametabz_get_page_info- Get page URL and titletabz_open_url- Open URL in browser
Tab Groups
tabz_list_groups- List all tab groupstabz_create_group- Create group with title/colortabz_update_group- Update group propertiestabz_add_to_group- Add tabs to grouptabz_ungroup_tabs- Remove tabs from groupstabz_claude_group_add- Add to "Claude Active" grouptabz_claude_group_remove- Remove from Claude group
Windows & Displays
tabz_list_windows- List browser windowstabz_create_window- Create new windowtabz_update_window- Update window statetabz_close_window- Close windowtabz_get_displays- Get display infotabz_tile_windows- Tile across displaystabz_popout_terminal- Pop out terminal
Screenshots
tabz_screenshot- Capture viewporttabz_screenshot_full- Capture full page
Interaction
tabz_click- Click elementtabz_fill- Fill input fieldtabz_get_element- Get element detailstabz_execute_script- Run JavaScript
DOM & Debugging
tabz_get_dom_tree- Full DOM treetabz_get_console_logs- Console outputtabz_profile_performance- Performance metricstabz_get_coverage- Code coverage
Network
tabz_enable_network_capture- Start capturetabz_get_network_requests- Get requeststabz_clear_network_requests- Clear requests
Downloads
tabz_download_image- Download imagetabz_download_file- Download filetabz_get_downloads- List downloadstabz_cancel_download- Cancel downloadtabz_save_page- Save as HTML/MHTML
Bookmarks
tabz_get_bookmark_tree- Full treetabz_search_bookmarks- Search bookmarkstabz_save_bookmark- Create bookmarktabz_create_folder- Create foldertabz_move_bookmark- Move bookmarktabz_delete_bookmark- Delete bookmark
Audio/TTS
tabz_speak- Text-to-speechtabz_list_voices- Available voicestabz_play_audio- Play audio file
History
tabz_history_search- Search historytabz_history_visits- Get visitstabz_history_recent- Recent history
Emulation
tabz_emulate_device- Device emulationtabz_emulate_network- Network throttlingtabz_emulate_geolocation- Fake location
Prerequisites
- TabzChrome MCP server configured in
.mcp.json - TabzChrome backend running
- Chrome with TabzChrome extension