clickcast for Cursor
io.github.alexkay28/clickcast
Drive a real Playwright browser: annotated screenshot + structured page state after every action.
client:Cursor
transport:stdio
runtime:pypi
Install clickcast in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clickcast": {
"type": "stdio",
"command": "uvx",
"args": [
"clickcast"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs