clickcast for VS Code
io.github.alexkay28/clickcast
Drive a real Playwright browser: annotated screenshot + structured page state after every action.
client:VS Code
transport:stdio
runtime:pypi
Install clickcast in VS Code
.vscode/mcp.json
{
"servers": {
"clickcast": {
"type": "stdio",
"command": "uvx",
"args": [
"clickcast"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs