BrowserTap MCP for Cursor
io.github.linvireo/browsertap-mcp
MCP server that drives the real Chrome you already use, through an extension and CDP.
client:Cursor
transport:stdio
runtime:pypi
Install BrowserTap MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"browsertap-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs