Skip to main content
Glama

Vidu MCP Server

by el-el-san

upload-image

Upload an image file to the Vidu MCP Server for AI-powered video generation. Specify the local path and image type (png, webp, jpeg, or jpg) to prepare for conversion.

Instructions

Upload an image to use with the Vidu API

Input Schema

NameRequiredDescriptionDefault
image_pathYesLocal path to the image file
image_typeYesImage file type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "image_path": { "description": "Local path to the image file", "type": "string" }, "image_type": { "description": "Image file type", "enum": [ "png", "webp", "jpeg", "jpg" ], "type": "string" } }, "required": [ "image_path", "image_type" ], "type": "object" }

You must be authenticated.

Other Tools from Vidu MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/el-el-san/vidu-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server