BrowserTap MCP for Claude Code
io.github.linvireo/browsertap-mcp
MCP server that drives the real Chrome you already use, through an extension and CDP.
client:Claude Code
transport:stdio
runtime:pypi
Install BrowserTap MCP in Claude Code
run in your project directory
claude mcp add browsertap-mcp -e BROWSERTAP_PREFERRED_BROWSER=<BROWSERTAP_PREFERRED_BROWSER> -e BROWSERTAP_MODE=<BROWSERTAP_MODE> -e BROWSERTAP_BRIDGE_PORT=<BROWSERTAP_BRIDGE_PORT> -e BROWSERTAP_STATE_DIR=<BROWSERTAP_STATE_DIR> -- uvx browsertap-mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs