Skip to main content
Glama

My Video Gift — MCP server

Create and deliver personalized video gifts (photos + an original song) from any Model Context Protocol client — Claude Desktop, Cursor, agent frameworks, IDEs.

It wraps the My Video Gift agent API. Renders draw from a prepaid credit balance, so the connecting key must be a live key with credits.

Tools

Tool

What it does

API

list_occasions

List supported occasions (drives song + tone)

GET /occasions

check_account

Key status + prepaid credit balance

GET /account

create_gift

Create a gift from photos + song, optionally render it

POST /gifts/photos/render

get_gift

Fetch a gift + (once ready) the film URL

GET /gifts/{id}

list_gifts

List your gifts, newest first (filter by status)

GET /gifts

create_gift will not render unless you pass consent=true (you attest you hold the rights to the photos and the recipient's depiction) and at least one photo_urls entry — the guard runs before any credit is spent.

Related MCP server: Mureka MCP Server

Configuration

Env var

Required

Default

MVG_API_KEY

yes

— (a mvg_live_… key from developers.myvideogift.com)

MVG_API_BASE

no

https://myvideogift.com/api/v1

Install (Claude Desktop, Cursor, …)

Add to your MCP client config (e.g. claude_desktop_config.json):

{
  "mcpServers": {
    "myvideogift": {
      "command": "npx",
      "args": ["-y", "myvideogift-mcp"],
      "env": { "MVG_API_KEY": "mvg_live_your_key_here" }
    }
  }
}

Local dev

npm install
npm run build
npm test        # offline smoke test — boots the server, asserts the tools
MVG_API_KEY=mvg_live_… npm start

Publishing / listing (needs a human account)

  • npm: npm publish (public) so npx myvideogift-mcp resolves.

  • Official MCP registry — published as io.github.CryptoLibertus/myvideogift.

  • Smithery: connect this repo at https://smithery.ai (uses smithery.yaml).

  • Glama: auto-indexes public GitHub MCP servers.

  • mcp.so / PulseMCP: submit this repo's URL via their site.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server that allows AI assistants to generate music through the Suno API, supporting custom lyrics and style inputs or inspiration-based creation.
    Last updated
    1
    28
  • F
    license
    A
    quality
    D
    maintenance
    Enables users to generate AI-powered music videos by analyzing visual content to compose matching soundtracks using Google's Lyria model. The server automatically merges audio and media into playable video artifacts that can be rendered inline within MCP-compatible chatbots.
    Last updated
    1

View all related MCP servers

Related MCP Connectors

  • Create and track AI music videos and audio-reactive visuals from songs.

  • Create friendly, customizable greetings for any name or audience. Break the ice in demos, onboardi…

  • Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CryptoLibertus/myvideogift-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server