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

imaginevid-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imaginevid-mcp

Local stdio MCP server for ImagineVid image, video, and music generation.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

imaginevid-mcp

Local stdio MCP server for ImagineVid image, video, and music generation.

{
  "mcpServers": {
    "imaginevid": {
      "command": "npx",
      "args": ["-y", "imaginevid-mcp"],
      "env": {
        "IMAGINEVID_API_KEY": "${IMAGINEVID_API_KEY}",
        "IMAGINEVID_BASE_URL": "https://imaginevid.io"
      }
    }
  }
}

The adapter exposes models_list, credits_get, generation_quote, generation_create, and generation_get. It uses a scoped API key, never prints credentials, requires explicit credit confirmation and a stable idempotency key for creation, and does not retry submission_unknown.

For OAuth-based remote MCP, use https://imaginevid.io/api/mcp instead. The package is distributed under MIT-0.

FAQs

Package last updated on 07 Aug 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