MCP server that bridges Claude Code, OpenCode, GitHub Copilot CLI and other MCP clients to a Chrome tab. Per-tool permissions, multi-agent mode (multiple MCP clients sharing one bridge), persistent UI map across sessions.
{
"mcpServers": {
"jobshimobrowser-link": {
"command": "npx",
"args": [
"-y",
"@jobshimo/browser-link"
]
}
}
}