PixVerse-MCP
Official PixVerse Model Context Protocol (MCP) server that enables interaction with powerful AI video generation APIs.
GitHub Stars
25
User Rating
Not Rated
Favorites
0
Views
37
Forks
6
Issues
1
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
1Python 3.10 or higher
2UV/UVX
3PixVerse API Key: Obtain from PixVerse Platform (This feature requires API Credits, which must be purchased separately on [PixVerse Platform](https://platform.pixverse.ai?utm_source=github&utm_medium=readme&utm_campaign=mcp)
1Python:
- Download and install from the official Python website
- Ensure Python is added to your system path
2UV/UVX:
- Install uv and set up our Python project and environment:
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"