thinkrun for VS Code
io.github.dundas/thinkrun
Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.
client:VS Code
transport:stdio
runtime:npm
Install thinkrun in VS Code
.vscode/mcp.json
{
"servers": {
"thinkrun": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thinkrun/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs