yoke
A Chrome extension and a local MCP server that let any MCP client drive the Chrome profile you are already signed in to. It addresses every tab in every window by id, reads pages, clicks and types, takes screenshots, and reads console and network activity.
It began as the tab-group helper split out of claude-in-chrome-cli. Your signed in sessions, cookies and extensions stay available, which is the reason to reach for it instead of starting a second browser. It addresses tabs by id rather than through a tab group, redacts URLs unless a call asks for them, and ships zero runtime dependencies.
TypeScript, MITCode