C

Chrome Tabs

1-Click Ready

Integrates with Chrome on macOS to retrieve and manage browser tab information using AppleScript.

72 views
0 installs
Updated Sep 14, 2025
Audited
Integrates with Chrome on macOS to retrieve and manage browser tab information using AppleScript.

Tools

get_tabs

Get all open tabs from Google Chrome browser with unique tab IDs. Each tab has a stable, unique ID that persists across browser operations. Output shows both display format (1-1, 1-2) and Tab ID [Tab ...

close_tab_by_id

🔥 PREFERRED METHOD: Close a specific tab in Google Chrome using its unique tab ID. IMMUNE to tab reordering, window changes, and index shifting. Extract the Tab ID from [Tab ID: 1234567890] in get_ta...

activate_tab_by_id

🔥 PREFERRED METHOD: Activate (focus) a specific tab in Google Chrome using its unique tab ID. Brings the tab to the front and makes it active. Extract the Tab ID from [Tab ID: 1234567890] in get_tabs...

close_tab

⚠️ LEGACY DANGER: Close a specific tab using window/tab index. HIGH RISK of closing wrong tabs due to index shifting when tabs are reordered/closed. STRONGLY DEPRECATED: Use close_tab_by_id instead. O...

Quick Start

More for Browser Automation

View All →

Similar MCP Servers