🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

myvideogift-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myvideogift-mcp

MCP server for My Video Gift — create and deliver personalized video gifts (photos + an original song) from any AI agent or MCP client.

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
41
-19.61%
Maintainers
1
Weekly downloads
 
Created
Source

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

ToolWhat it doesAPI
list_occasionsList supported occasions (drives song + tone)GET /occasions
check_accountKey status + prepaid credit balanceGET /account
create_giftCreate a gift from photos + song, optionally render itPOST /gifts/photos/render
get_giftFetch a gift + (once ready) the film URLGET /gifts/{id}
list_giftsList 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.

Configuration

Env varRequiredDefault
MVG_API_KEYyes— (a mvg_live_… key from developers.myvideogift.com)
MVG_API_BASEnohttps://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: mcp-publisher login github then mcp-publisher publish (validates server.json; the io.github.cryptolibertus/* namespace is verified by your GitHub login).
  • Smithery: connect this GitHub repo at https://smithery.ai (uses smithery.yaml).
  • Glama: auto-indexes public GitHub MCP servers — no action beyond a public repo.
  • mcp.so / PulseMCP: submit the repo URL via their site.
  • awesome-mcp-servers: open a PR adding the entry.

See ../../docs/agentic/LISTINGS.md for the full submission checklist.

Keywords

mcp

FAQs

Package last updated on 11 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts