PixVerse-MCP

PixVerseAI/PixVerse-MCP

3.5

If you are the rightful owner of PixVerse-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A tool that allows you to access PixVerse's latest video generation models via applications that support the Model Context Protocol (MCP), such as Claude or Cursor.

Tools

Functions exposed to the LLM to take actions

generate_text_to_video

Generate video from text prompt using PixVerse API.

Args: prompt: Main text prompt describing the video to generate aspect_ratio: Video aspect ratio (16:9, 4:3, 1:1, 3:4, 9:16) duration: Video duration in seconds (5 or 8) model: Model version to use (v3.5) motion_mode: Motion intensity (normal, fast) negative_prompt: Prompt for elements to avoid in the video quality: Video quality (360p, 540p, 720p, 1080p) seed: Randomization seed (0-2147483647) template_id: Optional template ID water_mark: Whether to include watermark

Returns: Generated video information including download URL

upload_image_from_path

Upload an image to PixVerse API from a local file path.

Args: image_path: Path to the local image file (must be an absolute path)

Returns: Upload result including image ID and image URL

generate_image_to_video

Generate video from an uploaded image using PixVerse API.

Args: img_id: ID of the uploaded image (returned by upload_image tool) prompt: Text prompt to guide video generation duration: Video duration in seconds (5 or 8) model: Model version to use (v3.5) motion_mode: Motion intensity (normal, fast) negative_prompt: Prompt for elements to avoid in the video quality: Video quality (360p, 540p, 720p, 1080p) seed: Randomization seed (0-2147483647) water_mark: Whether to include watermark

Returns: Generated video information including download URL

get_video_status

Check the status of a video generation task.

Args: video_id: ID of the video generation task

Returns: Current status information about video generation

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources