BrowserTap MCP for Windsurf
io.github.linvireo/browsertap-mcp
MCP server that drives the real Chrome you already use, through an extension and CDP.
client:Windsurf
transport:stdio
runtime:pypi
Install BrowserTap MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"browsertap-mcp": {
"command": "uvx",
"args": [
"browsertap-mcp"
],
"env": {
"BROWSERTAP_PREFERRED_BROWSER": "<BROWSERTAP_PREFERRED_BROWSER>",
"BROWSERTAP_MODE": "<BROWSERTAP_MODE>",
"BROWSERTAP_BRIDGE_PORT": "<BROWSERTAP_BRIDGE_PORT>",
"BROWSERTAP_STATE_DIR": "<BROWSERTAP_STATE_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs