Odel
BrowserTap MCP

BrowserTap MCP

Local
@linvireo2PythonMITUpdated 5 days ago

MCP server that drives the real Chrome you already use, through an extension and CDP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIbrowsertap-mcpv0.4.12

Run

uvx browsertap-mcp

MCP client config

{
  "mcpServers": {
    "browsertap-mcp": {
      "command": "uvx",
      "args": [
        "browsertap-mcp"
      ]
    }
  }
}