MCP Server
MCP
Zvid
Zvid: render videos & images from JSON; manage templates, projects, webhooks & credits.
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
By
Comments
Sign in to leave a comment