Drive a browser you are already signed into, through the free T3rnel Browser extension.
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).
Run
npx -y @t3ratech/mcp-session-bridge
MCP client config
{
"mcpServers": {
"mcp-session-bridge": {
"command": "npx",
"args": [
"-y",
"@t3ratech/mcp-session-bridge"
]
}
}
}