myvideogift for Cursor
io.github.cryptolibertus/myvideogift
Create and deliver personalized video gifts (photos + an original song) from any agent.
client:Cursor
transport:stdio
runtime:npm
Install myvideogift in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"myvideogift": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"myvideogift-mcp"
],
"env": {
"MVG_API_KEY": "<MVG_API_KEY>",
"MVG_API_BASE": "<MVG_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs