Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

myvideogift in other clients