Connect Claude Code to your browser. Claude can see, read, click, and control the active tab through a Chrome side panel — all from your terminal.
$ npm install -g browserconnect
$ claude mcp add -s user browser-connect browserconnect
# In a Claude Code session
take a screenshot
BrowserConnect starts automatically with Claude Code. Daily workflow: open Chrome with the side panel visible, run claude in your terminal — the green dot appears and all browser tools are ready.
To update: npm install -g browserconnect, then reload the extension at chrome://extensions.
Create ~/.cursor/mcp.json with the following — Cursor will start the server automatically:
{
"mcpServers": {
"browser-connect": {
"command": "browserconnect"
}
}
}