Vidu MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vidu MCPGenerate a 5-second cinematic video of a golden retriever playing in autumn leaves."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vidu MCP
A tool that allows you to access Vidu latest video generation models via applications that support the Model Context Protocol (MCP), such as Claude or Cursor.
Overview
Vidu MCP is a tool that allows you to access Vidu latest video generation models via applications that support the Model Context Protocol (MCP), such as Claude or Cursor. This integration enables you to generate high-quality videos anytime, anywhere — including text-to-video, image-to-video, and more.
Related MCP server: PixVerse MCP
Key Features
Text-to-Video Generation: Generate creative videos using text prompts
Image-to-Video Generation: Generate creative videos using text and image prompts
Reference-to-Video Generation: Generate creative videos using text and image prompts
StartEnd-to-Video Generation: Generate creative videos using text and image prompts
System Components
The system consists of two main components:
UVX MCP Server
Python-based cloud server
Communicates directly with the Vidu API
Provides full video generation capabilities
Installation & Configuration
Prerequisites
Python 3.10 or higher
UV/UVX
Vidu API Key: Obtain from Vidu Platform (This feature requires API Credits, which must be purchased separately on Vidu Platform
Get Dependencies
Python:
Download and install from the official Python website
Ensure Python is added to your system path
UV/UVX:
Install uv and set up our Python project and environment:
Mac/Linux
curl -LsSf https://astral.sh/uv/install.sh | shWindows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"How to Use MCP Server
1. Get Vidu API Key
Visit the Vidu Platform
Register or log into your account
Create and copy your API key from the account settings
2. Download Required Dependencies
Python: Install Python 3.10 or above
UV/UVX: Install the latest stable version of UV & UVX
3. Configure MCP Client
Open your MCP client (e.g., Claude for Desktop or Cursor)
Locate the client settings
Open mcp_config.json (or relevant config file)
Add the configuration based on the method you use:
{
"mcpServers": {
"Vidu": {
"command": "uvx",
"args": [
"vidu-mcp"
],
"env": {
"VIDU_API_KEY": "api-key-here",
"VIDU_API_HOST": "api-host-here"
}
}
}
}Save the config file
4. Restart MCP Client or Refresh MCP Server
Fully close and reopen your MCP client
Or use the "Refresh MCP Server" option if supported
Client-specific Configuration
Claude for Desktop
Open the Claude application
Navigate to Claude > Settings > Developer > Edit Config
Open the claude_desktop_config.json file
Windows
Mac : ~/Library/Application\ Support/Claude/claude_desktop_config.json
Add the configuration above and save
Restart Claude
If connected successfully: the homepage will not show any error and the MCP status will be green
If connection fails: an error message will be shown on the homepage
Cursor
Open the Cursor application
Go to Settings > Model Context Protocol
Add a new server
Fill in the server details as in the JSON config above
Save and restart or refresh the MCP server
Usage Examples
Text-to-Video
Use natural language prompts via Claude or Cursor to generate videos.
Basic Example:
In an ultra-realistic fashion photography style featuring light blue and pale amber tones, an astronaut in a spacesuit walks through the fog. The background consists of enchanting white and golden lights, creating a minimalist still life and an impressive panoramic scene.Advanced Example with Parameters:
Generate a night cityscape video with the following parameters:
Prompt: Skyscraper lights twinkling under the night sky, with car lights forming streaks on the road
Model: viduq1
Style: general
Duration: 5 seconds
Aspect Ratio: 16:9
Resolution: 1080p
Movement Amplitude: middleFAQ
How do I get a Vidu API key?
Register at the Vidu Platform and generate it under "API-KEY" in your account.
What should I do if the server doesn't respond?
Check whether your API key is valid
View error logs (typically in the log folders of Claude or Cursor)
How to obtain credits?
If you haven't topped up on the API platform yet, please do so first. Vidu Platform
Where can I find the generated video?
You will receive a URL link to view, download, or share the video.
How long does video generation take?
Typically 30 seconds to 5 minutes depending on complexity, server load, and network conditions.
What to do if you encounter a spawn uvx ENOENT error?
This error is typically caused by incorrect UV/UVX installation paths. You can resolve it as follows:
For Mac/Linux:
sudo cp ./uvx /usr/local/binFor Windows:
Identify the installation path of UV/UVX by running the following command in the terminal:
where uvxOpen File Explorer and locate the uvx/uv files.
Move the files to one of the following directories:
C:\Program Files (x86) or C:\Program Files
Support
Technical Support
Email: platform@vidu.studio
Website: https://platform.vidu.com
Available Tools
5 toolsgenerate_img_to_videoA
Generate a video from a pic and prompt.
COST WARNING: This tool makes an API call to Vidu which may incur costs. Only use when explicitly requested by the user.
Args:
image (str, required): An image to be used as the start frame of the generated video
model (str, required): The model to use. Values range ["viduq1","vidu1.5","vidu2.0"], with "viduq1" being the default.
prompt (str, optional): A textual description for video generation, with a maximum length of 1500 characters
duration (int, optional): Video duration. Default values vary by model:
- viduq1: default 5s, available: 5
- vidu2.0 and vidu1.5: default 4s, available: 4, 8
seed (int, optional): Random seed
- Defaults to a random seed number
- Manually set values will override the default random seed
resolution (str, optional): Resolution. Default values vary by model & duration:
- viduq1 (5s): default 1080p, available: 1080p
- vidu2.0 and vidu1.5 (4s): default 360p, options: 360p, 720p, 1080p
- vidu2.0 and vidu1.5 (8s): default 720p, options: 720p
movement_amplitude (str, optional): The movement amplitude of objects in the frame.Defaults to auto, accepted value: auto small medium large
bgm (bool, optional): Whether to add background music to the generated video.
- Default: false. Acceptable values: true, false.
- When true, the system will automatically add a suitable BGM.
- Only when the final generated video duration is 4 seconds is adding BGM supported.
Returns:
task_id and video_url
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| model | No | viduq1 | |
| prompt | No | ||
| duration | No | ||
| seed | No | ||
| resolution | No | 1080p | |
| movement_amplitude | No | auto | |
| bgm | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behavioral traits: it's a generative tool that may incur costs, has model-specific defaults and constraints (e.g., duration and resolution options), and returns a task_id and video_url. It also notes that BGM is only supported for 4-second videos. While comprehensive, it could benefit from mentioning potential rate limits or error handling, keeping it from a perfect score.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with clear sections (purpose, cost warning, args, returns) and uses bullet points for readability. It's appropriately sized for an 8-parameter tool, with each sentence adding value. However, some redundancy exists (e.g., repeating model names in multiple sections), and the opening sentence could be more front-loaded with key details, slightly reducing efficiency.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex tool with 8 parameters, no annotations, and no output schema, the description is highly complete. It covers purpose, usage warnings, detailed parameter semantics, and return values. The only minor gap is the lack of explicit differentiation from sibling tools, but given the richness of other details, this is a strong effort that nearly meets all contextual needs.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Given a schema description coverage of 0%, the description compensates fully by providing detailed semantics for all 8 parameters. It explains each parameter's purpose, default values, allowed values (e.g., model options, resolution options), and constraints (e.g., prompt length limit, BGM support conditions). This goes well beyond the basic schema, making it easy for an agent to understand how to use each parameter correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Generate a video from a pic and prompt.' It specifies the verb ('generate'), resource ('video'), and input types ('pic and prompt'), making it easy to understand. However, it doesn't explicitly differentiate from sibling tools like 'generate_text_to_video' or 'generate_template_to_video', which prevents a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage guidance with a 'COST WARNING' that advises using the tool only when explicitly requested by the user, which helps prevent unnecessary API calls. It also mentions model-specific defaults and constraints (e.g., BGM only supported for 4-second videos), offering practical context. However, it doesn't explicitly state when to use this tool versus its siblings (e.g., 'generate_text_to_video'), which limits the score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_reference2video_to_videoA
Generate a video from a pic and prompt.
COST WARNING: This tool makes an API call to Vidu which may incur costs. Only use when explicitly requested by the user.
Args:
images (str list, required): The model will use the provided images as references to generate a video with consistent subjects
For fields that accept images:
-Accepts 1 to 3 images.
prompt (str, required): A textual description for video generation, with a maximum length of 1500 characters
model (str, required): The model to use. Values range ["vidu1.5","vidu2.0"], with "vidu2.0" being the default.
duration (int, optional): Video duration parameter, with default values depending on the model:
- vidu2.0: Default is 4 seconds, available option: 4
- vidu1.5: Default is 4 seconds, available options: 4, 8
seed (int, optional): Random seed
- Defaults to a random seed number
- Manually set values will override the default random seed
aspect_ratio (str, optional): The aspect ratio of the output video. Defaults to 16:9, accepted: 16:9 9:16 1:1
resolution (str, optional): The resolution of the output video
Defaults to 360p , accepted value: 360p 720p 1080p
- Model vidu1.5 duration 4 accepted: 360p 720p 1080p
- Model vidu1.5 duration 8accepted: 720p
- Model vidu2.0 duration 4 accepted: 360p 720p
movement_amplitude (str, optional): The movement amplitude of objects in the frame.Defaults to auto, accepted value: auto small medium large
bgm (bool, optional): Whether to add background music to the generated video.
- Default: false. Acceptable values: true, false.
- When true, the system will automatically add a suitable BGM.
- Only when the final generated video duration is 4 seconds is adding BGM supported.
Returns:
task_id and video_url
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | ||
| prompt | Yes | ||
| model | No | vidu2.0 | |
| duration | No | ||
| seed | No | ||
| aspect_ratio | No | 16:9 | |
| resolution | No | 720p | |
| movement_amplitude | No | auto | |
| bgm | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by including the cost warning about API calls to Vidu, which is crucial behavioral context not in the schema. It also describes return values ('task_id and video_url'), though output format details are minimal. It doesn't cover error handling, rate limits, or authentication needs, leaving some gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately front-loaded with the core purpose and cost warning. However, it's lengthy due to detailed parameter explanations, which are necessary given the poor schema coverage. Some redundancy exists (e.g., repeating 'Defaults to' for multiple parameters), and the structure could be tighter, but overall it's reasonably organized for a complex tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex tool with 9 parameters, 0% schema coverage, no annotations, and no output schema, the description does a good job of providing necessary context. It covers purpose, cost behavior, parameter semantics, and return values. It lacks details on error cases, rate limits, and full output structure, but given the constraints, it's mostly complete and actionable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Given 0% schema description coverage, the description compensates fully by providing detailed semantic information for all 9 parameters. It explains each parameter's purpose, constraints (e.g., '1 to 3 images', 'maximum length of 1500 characters'), defaults, accepted values, and interdependencies (e.g., model-specific duration and resolution options). This adds significant value beyond the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Generate a video from a pic and prompt.' This specifies the verb ('generate') and resource ('video'), though it uses 'pic' instead of the more accurate 'images' from the schema. It distinguishes from siblings like 'generate_text_to_video' by mentioning image input, but doesn't explicitly contrast with all siblings (e.g., 'generate_template_to_video').
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage guidance with the 'COST WARNING' section, advising to 'Only use when explicitly requested by the user.' This establishes a specific context for when to invoke the tool. However, it doesn't explicitly mention when to choose this tool over sibling tools (e.g., vs. 'generate_img_to_video'), which would be needed for a perfect score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_startend2video_to_videoA
Generate a video from a pic and prompt.
COST WARNING: This tool makes an API call to Vidu which may incur costs. Only use when explicitly requested by the user.
Args:
images (str list, required): Two images: first is start frame, second is end frame.
model (str, required): The model to use. Values range ["vidu1.5","vidu2.0","viduq1-classic","viduq1"], with "viduq1" being the default.
prompt (str, optional): A textual description for video generation, with a maximum length of 1500 characters
duration (int, optional): Video duration. Default values vary by model:
- viduq1 and viduq1-classic: default 5s, available: 5
- vidu2.0 and vidu1.5: default 4s, available: 4, 8
seed (int, optional): Random seed
- Defaults to a random seed number
- Manually set values will override the default random seed
resolution (str, optional): Resolution (based on model & duration):
- viduq1 and viduq1-classic(5s): default 1080p, options: 1080p
- vidu2.0 and vidu1.5 (4s): default 360p, options: 360p, 720p, 1080p
- vidu2.0 and vidu1.5 (8s): default 720p, options: 720p
movement_amplitude (str, optional): The movement amplitude of objects in the frame.Defaults to auto, accepted value: auto small medium large
bgm (bool, optional): Whether to add background music to the generated video.
- Default: false. Acceptable values: true, false.
- When true, the system will automatically add a suitable BGM.
- Only when the final generated video duration is 4 seconds is adding BGM supported.
Returns:
task_id and video_url
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | ||
| model | No | viduq1 | |
| prompt | No | ||
| duration | No | ||
| seed | No | ||
| resolution | No | 1080p | |
| movement_amplitude | No | auto | |
| bgm | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively adds value by disclosing cost implications ('COST WARNING: This tool makes an API call to Vidu which may incur costs'), model-specific defaults for duration and resolution, and constraints like BGM only supported for 4-second videos. This goes beyond what the input schema provides.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized but could be more front-loaded; the cost warning is prominent, but parameter details are listed in a structured 'Args:' section which is clear but somewhat verbose. Every sentence earns its place by providing necessary information, though it might benefit from tighter formatting.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (8 parameters, no annotations, no output schema), the description is largely complete. It covers purpose, usage guidelines, behavioral traits, and detailed parameter semantics. However, it doesn't fully explain the return values ('task_id and video_url') or potential errors, leaving minor gaps in contextual completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Given 0% schema description coverage, the description compensates fully by adding detailed semantics for all 8 parameters. It explains the purpose of 'images' as start and end frames, lists model options with defaults, specifies prompt length limits, details duration defaults and options per model, clarifies seed behavior, resolution dependencies, movement amplitude options, and BGM constraints. This adds significant meaning beyond the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Generate a video from a pic and prompt.' It specifies the verb 'generate' and resource 'video,' though it doesn't explicitly differentiate from sibling tools like 'generate_img_to_video' or 'generate_text_to_video.' The mention of 'two images: first is start frame, second is end frame' provides some specificity but not full sibling distinction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description includes a clear usage guideline: 'Only use when explicitly requested by the user' due to cost warnings. It doesn't explicitly state when to use this tool versus alternatives like 'generate_img_to_video' or 'generate_text_to_video,' but the cost warning and parameter details (e.g., requiring two images) imply context for usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_template_to_videoA
Generate a video from a template.
COST WARNING: This tool makes an API call to Vidu which may incur costs. Only use when explicitly requested by the user.
Args:
template (str, required): AI video template. Different templates have different call parameters.
images (str list, required): Images
prompt (str, optional): A textual description for video generation, with a maximum length of 1500 characters
seed (int, optional): Random seed
- Defaults to a random seed number
- Manually set values will override the default random seed
aspect_ratio (str, optional): The aspect ratio of the output video. Defaults to 16:9, accepted: 16:9 9:16 1:1
- Different templates accepted different aspect ratio
area (str, optional): Exotic Princess style control field only for template exotic_princess,
Default:auto, accepts:denmark,uk,africa,china,mexico,switzerland,russia,italy,korea,thailand,india,japan
beast (str, optional): beast companion style control field only for template beast_companion,
Default auto, accepts:bear,tiger,elk,snake,lion,wolf
bgm (bool, optional): Whether to add background music to the generated video.
- Default: false. Acceptable values: true, false.
- When true, the system will automatically add a suitable BGM.
- Only when the final generated video duration is 4 seconds is adding BGM supported.
Returns:
task_id and video_url
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | ||
| images | Yes | ||
| prompt | No | ||
| seed | No | ||
| aspect_ratio | No | ||
| area | No | auto | |
| beast | No | auto | |
| bgm | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively adds context beyond basic functionality: it warns about API costs, specifies that BGM is only supported for 4-second videos, and explains default behaviors (e.g., random seed, aspect ratio defaults). This provides useful operational insights, though it could mention rate limits or error handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with sections for Args and Returns, making it easy to scan. It is appropriately sized, with each sentence adding value (e.g., cost warning, parameter details). However, some redundancy exists (e.g., repeating 'Defaults to' for multiple parameters), slightly reducing efficiency.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (8 parameters, no annotations, no output schema), the description is largely complete. It covers purpose, usage warnings, parameter details, and return values. However, it lacks information on output behavior (e.g., what task_id and video_url represent, error cases), which would be helpful since there's no output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate fully. It does so by detailing all 8 parameters with clear semantics: it explains what each parameter does (e.g., 'Different templates have different call parameters'), provides constraints (e.g., prompt max length), defaults, and specific usage notes (e.g., area and beast are template-specific). This adds significant value beyond the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Generate a video from a template.' It specifies the verb 'generate' and the resource 'video from a template,' distinguishing it from sibling tools like generate_text_to_video or generate_img_to_video by focusing on template-based generation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use the tool: 'Only use when explicitly requested by the user.' It also includes a cost warning, which helps in decision-making. However, it does not specify when to use this tool versus its siblings (e.g., generate_img_to_video), so it lacks full alternative guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_text_to_videoA
Generate a video from a prompt.
COST WARNING: This tool makes an API call to Vidu which may incur costs. Only use when explicitly requested by the user.
Args:
model (str, required): The model to use. Values range ["viduq1","vidu1.5"], with "viduq1" being the default.
prompt (str, required): A textual description for video generation, with a maximum length of 1500 characters
style (str, optional): The style of output video. Defaults to general, Accepted values: general anime
duration (int, optional): Video duration. Default values vary by model:
- viduq1: default 5s, available: 5
- vidu1.5: default 4s, available: 4, 8
seed (int, optional): Random seed
- Defaults to a random seed number
- Manually set values will override the default random seed
aspect_ratio (str, optional): The aspect ratio of the output video. Values range ["1:1", "16:9","9:16"], with "16:9" being the default.
resolution (str, optional): Resolution. Default values vary by model & duration:
- viduq1 (5s): default 1080p, available: 1080p
- vidu1.5 (4s): default 360p, available: 360p, 720p, 1080p
- vidu1.5 (8s): default 720p, available: 720p
movement_amplitude (str, optional): The movement amplitude of objects in the frame.Defaults to auto, accepted value: auto small medium large
bgm (bool, optional): Whether to add background music to the generated video.
- Default: false. Acceptable values: true, false.
- When true, the system will automatically add a suitable BGM.
- Only when the final generated video duration is 4 seconds is adding BGM supported.
Returns:
task_id and video_url
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | viduq1 | |
| prompt | No | ||
| style | No | general | |
| duration | No | ||
| seed | No | ||
| aspect_ratio | No | 16:9 | |
| resolution | No | 1080p | |
| movement_amplitude | No | auto | |
| bgm | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by mentioning the cost implication ('may incur costs'), specifying that it makes an API call to Vidu, and providing important behavioral details like default values, value ranges, and model-specific constraints. However, it doesn't mention rate limits, authentication requirements, or error handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with clear sections (purpose, cost warning, parameters, returns) and efficiently conveys necessary information. While comprehensive, some sentences could be more concise (e.g., the resolution section has repetitive model/duration combinations). Overall, most sentences earn their place by adding value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex tool with 9 parameters, no annotations, and no output schema, the description does remarkably well. It covers the core functionality, cost implications, detailed parameter semantics, and return values. The main gap is the lack of output schema explanation - while it mentions 'task_id and video_url', it doesn't describe their format or how to use them. Given the complexity, it's quite complete but not perfect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Given that schema description coverage is 0% (no parameter descriptions in the schema), the description compensates excellently by providing comprehensive parameter documentation. It explains each parameter's purpose, default values, acceptable values, model-specific constraints, and important behavioral notes (like BGM only working with 4-second videos). This adds substantial meaning beyond the bare schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Generate a video from a prompt.' This is a specific verb+resource combination that indicates what the tool does. However, it doesn't explicitly differentiate from sibling tools like 'generate_img_to_video' or 'generate_template_to_video' which suggests similar video generation from different inputs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides excellent usage guidance with the 'COST WARNING' section that explicitly states when to use the tool ('Only use when explicitly requested by the user') and warns about potential costs. This gives clear context for appropriate usage, though it doesn't mention specific alternatives among the sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
v0.1.2- First observed
generate_img_to_video - First observed
generate_reference2video_to_video - First observed
generate_startend2video_to_video - First observed
generate_template_to_video - First observed
generate_text_to_video
TDQS
The tools are clearly differentiated by their input types and purposes: single image, multiple reference images, start-end images, template-based, and text-only generation. However, the first three tools have identical descriptions ('Generate a video from a pic and prompt'), which could cause initial confusion until the specific parameters are examined.
All tools follow a consistent 'generate_[input_type]_to_video' naming pattern (e.g., generate_img_to_video, generate_text_to_video). The pattern is logical and predictable, making it easy to understand what each tool does based on its name alone.
With 5 tools, this is well-scoped for a video generation server. Each tool covers a distinct input modality (image, reference images, start-end images, templates, text), providing comprehensive coverage without being overwhelming or sparse.
The tool set provides complete coverage of video generation modalities for this domain: from single images, multiple reference images, start-end sequences, templates, and pure text prompts. There are no obvious gaps in the core functionality, and all tools return consistent outputs (task_id and video_url).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Plan, compare, price, generate, and recover AI video from compatible MCP clients.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
AI image, video, voice and music generation over MCP, routed to Veo 3.1, Seedance 2.0 and more.
MCP server for Google Veo AI video generation
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables video generation from text prompts or images using Google's Veo 3 API. Supports multiple models, audio generation, and various aspect ratios for creating high-quality videos.2MIT

PixVerse MCPofficial
AlicenseNot gradedqualityFmaintenanceEnables video generation from text, images, and more through MCP-compatible apps like Claude and Cursor.52MIT- AlicenseAqualityDmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.816MIT
- FlicenseAqualityCmaintenanceEnables video generation using the Seedance 2.0 model through MCP, supporting both OpenAI and Volcengine API formats with tools for creating, monitoring, and downloading videos.6-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/shengshu-ai/vidu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server