Chrome Cluster¶
Cluster currently-open Chrome tabs by semantic similarity. Extracts page content, embeds with document-tower model, and clusters via Louvain. Completely free — no LLM calls. Returns tab groups with cohesion scores. Set use_content=false for title-only clustering (faster, works when extension can't extract).
MCP name: chrome_cluster
Category: context
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
max_chars |
int |
No | Max chars per tab for extraction (default 3000) |
max_extract |
int |
No | Max tabs to extract content from (default 30) |
use_content |
bool |
No | True: extract+embed page text (richer). False: embed titles only (faster). Default: true. |