MCP Server
MCP
io.github.CryptoLibertus/myvideogift
Create and deliver personalized video gifts (photos + an original song) from any agent.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "myvideogift-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "A My Video Gift prepaid-credit API key (mvg_live_...) from https://developers.myvideogift.com",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MVG_API_KEY"
},
{
"description": "Override the API base URL (default https://myvideogift.com/api/v1).",
"format": "string",
"name": "MVG_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment