Catalog
Myvideogift
Officialby CryptoLibertus
Create and deliver personalized video gifts (photos + an original song) from any agent.
Create and deliver personalized video gifts (photos + an original song) from any agent.
README not available yet.
Install
Configuration
Environment variables
MVG_API_KEYrequiredsecretA My Video Gift prepaid-credit API key (mvg_live_...) from https://developers.myvideogift.com
MVG_API_BASEOverride the API base URL (default https://myvideogift.com/api/v1).
claude_desktop_config.json
{
"mcpServers": {
"myvideogift": {
"command": "npx",
"args": [
"-y",
"myvideogift-mcp@1.0.2"
],
"env": {
"MVG_API_KEY": "<YOUR_MVG_API_KEY>",
"MVG_API_BASE": "<YOUR_MVG_API_BASE>"
}
}
}
}