VEO 3.1 for Cursor
io.github.u2n4/veo-mcp-server
4K video generation via Google VEO 3.1: text-to-video, image-to-video, video extension
client:Cursor
transport:stdio
runtime:pypi
Install VEO 3.1 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"veo-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"veo-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs