← Back to Plugins
MCP Server MCP

Zvid

github By github 👁 2 views ▲ 0 votes

Zvid: render videos & images from JSON; manage templates, projects, webhooks & credits.

Homepage Verified source GitHub

Install

npx -y @zvid/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.zvid.io/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@zvid/mcp",
      "version": "0.1.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Zvid API key (format zvid_…). Create one at https://app.zvid.io.",
          "isRequired": true,
          "isSecret": true,
          "name": "ZVID_API_KEY"
        },
        {
          "description": "Zvid orchestrator base URL. Defaults to https://api.zvid.io.",
          "default": "https://api.zvid.io",
          "name": "ZVID_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...