Pixverse MCP Server

CLI for PixVerse — create AI videos and images from the command line

Local serverstdio

What is the Pixverse MCP server?

If you already use Pixverse, the pixverse mcp server is the piece that lets your assistant work with it directly. CLI for PixVerse — create AI videos and images from the command line.

What the server does

The official command-line interface (CLI) for PixVerse — create AI-powered videos, images, and audio directly from your terminal.

PixVerse is an AI-powered creative platform that generates high-quality videos, images, and audio from text prompts or reference images. It supports a wide range of creative workflows including text-to-video, image-to-video, text-to-image, video transitions, text-to-speech (voice synthesis), music generation, templates/effects, and more.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • MiniApps — MiniApps are preset, single-purpose generators from the PixVerse web app (Magic Extend, Image Region Editor, …). The CLI is a thin pass-through: it
  • Templates — The Templates tool exposed by this server
  • Workspaces — The Workspaces tool exposed by this server

Installation

The server ships on npm as pixverse, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pixverse's toolset — MiniApps, Templates, Workspaces — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Pixverse's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
MiniAppsMiniApps are preset, single-purpose generators from the PixVerse web app (Magic Extend, Image Region Editor, …). The CLI is a thin pass-through: it does not bundle each app's parameter schema. Instead, miniapps info <id>
TemplatesThe Templates tool exposed by this server.
WorkspacesThe Workspaces tool exposed by this server.

How to install the Pixverse MCP server

{
  "mcpServers": {
    "pixverse": {
      "command": "npx",
      "args": ["-y", "pixverse"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Pixverse to MiniApps.
  • Use Pixverse to Templates.
  • Use Pixverse to Workspaces.

Frequently asked questions

It connects Pixverse to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (MiniApps, Templates, Workspaces) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pixverse directly.