mcp.film

mcp.film / Video Generation / PixVerse MCP

PixVerse MCP

Officialby PixVerse AIcreditsverified Jun 28, 2026

Official PixVerse video MCP: text/video, image animation, transitions, lip-sync and SFX.

Rate it: no ratings yet

What it does

PixVerse's vendor-owned MCP server exposes its video-generation API through uvx for Claude, Cursor and other MCP clients. It covers text-to-video, image-to-video, video extension, two-image transitions, lip-sync, generated sound effects, and v4.5 fusion scenes, giving filmmaker agents a direct route to PixVerse's shot tools without browser automation.

Connect

Claude Code
claude mcp add pixverse -e PIXVERSE_API_KEY=YOUR_KEY -- uvx pixverse-mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pixverse": {
      "command": "uvx",
      "args": [
        "pixverse-mcp"
      ],
      "env": {
        "PIXVERSE_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "pixverse": {
      "command": "uvx",
      "args": [
        "pixverse-mcp"
      ],
      "env": {
        "PIXVERSE_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env PIXVERSE_API_KEY — https://platform.pixverse.ai

Tools you'll see

capabilities_overviewtext_to_videoimage_to_videotransition_videoextend_videolip_sync_videosound_effect_videofusion_videoupload_imageget_video_status

Field notes

Official MIT repo, PyPI pixverse-mcp 0.2.2. README says Python 3.10+, but the published package metadata requires Python >=3.12; use a current uv/uvx runtime. PixVerse API credits are separate from consumer app credits.

Pairs well with