← Back to Plugins
MCP Server MCP

io.imaginevid/imaginevid-ai-generation

github By github 👁 3 views ▲ 0 votes

OAuth-protected ImagineVid MCP for image, video, and music generation.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://imaginevid.io/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "imaginevid-mcp",
      "version": "0.1.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ImagineVid API key used by the local adapter.",
          "isRequired": true,
          "isSecret": true,
          "name": "IMAGINEVID_API_KEY"
        },
        {
          "description": "Optional ImagineVid API base URL.",
          "default": "https://imaginevid.io",
          "name": "IMAGINEVID_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...