doppel for VS Code
io.github.samrj12/doppel
Drive your real, logged-in Chrome/Edge from AI agents over CDP. Faster. Sharper.
client:VS Code
transport:stdio
runtime:npm
Install doppel in VS Code
.vscode/mcp.json
{
"servers": {
"doppel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"doppel-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs