Envie for Cursor
com.golproductions/envie
Your AI writes HTML; Envie renders it to video on your machine, verifies it and shows it back.
client:Cursor
transport:stdio
runtime:npm
Install Envie in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"envie": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@golproductions/envie"
],
"env": {
"ENVIE_CHROME": "<ENVIE_CHROME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs