pagecast for Cursor
io.github.mcpware/pagecast
Record any browser page as GIF or video via MCP
client:Cursor
transport:stdio
runtime:npm
Install pagecast in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pagecast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcpware/pagecast"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs