Get the FREE Ultimate OpenClaw Setup Guide →

PixVerse

Official PixVerse Model Context Protocol (MCP) server that enables interaction with powerful AI video generation APIs.

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio pixverseai-pixverse-mcp uvx pixverse-mcp \
  --env PIXVERSE_API_KEY="your-api-key-here"

How to use

PixVerse MCP exposes the PixVerse video generation capabilities to MCP-enabled clients (such as Claude or Cursor) via a Python-based UVX server. The server integrates text-to-video, image-to-video animation, video extensions, transitions, lip sync, sound effects, and more, enabling you to drive complex video creation workflows from familiar MCP clients. To use it, configure the MCP client to point at the PixVerse UVX server, supply your PixVerse API key, and send prompts and parameter sets through the standard MCP prompts. The system supports common video-generation features like aspect ratio selection, duration, quality, and motion mode, as well as advanced options such as scene transitions, lip sync with TTS or custom audio, and fusion of multiple subjects (in v4.5).

How to install

Prerequisites:\n- Python 3.10 or higher\n- UV/UVX tooling installed and available in PATH\n- PixVerse API Key (from PixVerse Platform)\n\nStep 1: Install Python and URL-based UV/UVX setup (Mac/Linux)\n\nbash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n\nFor Windows users:\n\npowershell\npowershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"\n\n\nStep 2: Obtain and configure dependencies\n- Ensure Python 3.10+ is installed and added to PATH.\n- Install UV/UVX tooling as shown above.\n- Obtain a PixVerse API Key from the PixVerse Platform and keep it ready.\n\nStep 3: Create MCP client configuration (example shown in README)\n\njson\n{\n "mcpServers": {\n "PixVerse": {\n "command": "uvx",\n "args": [\n "pixverse-mcp"\n ],\n "env": {\n "PIXVERSE_API_KEY": "your-api-key-here"\n }\n }\n }\n}\n\n\nStep 4: Run and verify the MCP server is accessible to your MCP client (Claude, Cursor, etc.). Follow the MCP client documentation to connect to the configured server and test a basic prompt.\n

Additional notes

Tips and considerations:\n- Keep your PixVerse API Key secure; do not commit it in public repos.\n- The PIXVERSE_API_KEY environment variable is required for authenticating requests to PixVerse.\n- If you encounter connectivity or credential issues, verify that UVX is correctly installed and that the uvx command resolves in your shell.\n- The MCP configuration name (e.g., PixVerse) should match the label used in your MCP client configuration.\n- Ensure network access to PixVerse services if running behind a firewall or VPN.\n- The server supports common video-generation parameters (Aspect Ratio, Duration, Quality, Motion Mode) and advanced features like lip sync, sound effects, and video fusion (v4.5).

Related MCP Servers

Sponsor this space

Reach thousands of developers