wan-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wan-mcpgenerate a video of a cat dancing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@runapi.ai/wan-mcp
RunAPI MCP server for the Wan model line. Create tasks, poll their status, and check pricing through a single RunAPI API key.
Tools
animate— create a Wan task (animate) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:wan-2.2-animate-move,wan-2.2-animate-replace,wan-2.6-edit-video,wan-2.6-flash-edit-video,wan-2.7-edit-video,wan-2.2-a14b-image-to-video-turbo,wan-2.5-image-to-video,wan-2.6-flash-image-to-video,wan-2.6-image-to-video,wan-2.7-image-to-video,wan-2.2-a14b-speech-to-video-turbo,wan-2.7-image,wan-2.7-image-pro,wan-2.2-a14b-text-to-video-turbo,wan-2.5-text-to-video,wan-2.6-text-to-video,wan-2.7-r2v,wan-2.7-text-to-video.edit_video— create a Wan task (edit video) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:wan-2.2-animate-move,wan-2.2-animate-replace,wan-2.6-edit-video,wan-2.6-flash-edit-video,wan-2.7-edit-video,wan-2.2-a14b-image-to-video-turbo,wan-2.5-image-to-video,wan-2.6-flash-image-to-video,wan-2.6-image-to-video,wan-2.7-image-to-video,wan-2.2-a14b-speech-to-video-turbo,wan-2.7-image,wan-2.7-image-pro,wan-2.2-a14b-text-to-video-turbo,wan-2.5-text-to-video,wan-2.6-text-to-video,wan-2.7-r2v,wan-2.7-text-to-video.image_to_video— create a Wan task (image to video) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:wan-2.2-animate-move,wan-2.2-animate-replace,wan-2.6-edit-video,wan-2.6-flash-edit-video,wan-2.7-edit-video,wan-2.2-a14b-image-to-video-turbo,wan-2.5-image-to-video,wan-2.6-flash-image-to-video,wan-2.6-image-to-video,wan-2.7-image-to-video,wan-2.2-a14b-speech-to-video-turbo,wan-2.7-image,wan-2.7-image-pro,wan-2.2-a14b-text-to-video-turbo,wan-2.5-text-to-video,wan-2.6-text-to-video,wan-2.7-r2v,wan-2.7-text-to-video.speech_to_video— create a Wan task (speech to video) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:wan-2.2-animate-move,wan-2.2-animate-replace,wan-2.6-edit-video,wan-2.6-flash-edit-video,wan-2.7-edit-video,wan-2.2-a14b-image-to-video-turbo,wan-2.5-image-to-video,wan-2.6-flash-image-to-video,wan-2.6-image-to-video,wan-2.7-image-to-video,wan-2.2-a14b-speech-to-video-turbo,wan-2.7-image,wan-2.7-image-pro,wan-2.2-a14b-text-to-video-turbo,wan-2.5-text-to-video,wan-2.6-text-to-video,wan-2.7-r2v,wan-2.7-text-to-video.text_to_image— create a Wan task (text to image) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:wan-2.2-animate-move,wan-2.2-animate-replace,wan-2.6-edit-video,wan-2.6-flash-edit-video,wan-2.7-edit-video,wan-2.2-a14b-image-to-video-turbo,wan-2.5-image-to-video,wan-2.6-flash-image-to-video,wan-2.6-image-to-video,wan-2.7-image-to-video,wan-2.2-a14b-speech-to-video-turbo,wan-2.7-image,wan-2.7-image-pro,wan-2.2-a14b-text-to-video-turbo,wan-2.5-text-to-video,wan-2.6-text-to-video,wan-2.7-r2v,wan-2.7-text-to-video.text_to_video— create a Wan task (text to video) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models:wan-2.2-animate-move,wan-2.2-animate-replace,wan-2.6-edit-video,wan-2.6-flash-edit-video,wan-2.7-edit-video,wan-2.2-a14b-image-to-video-turbo,wan-2.5-image-to-video,wan-2.6-flash-image-to-video,wan-2.6-image-to-video,wan-2.7-image-to-video,wan-2.2-a14b-speech-to-video-turbo,wan-2.7-image,wan-2.7-image-pro,wan-2.2-a14b-text-to-video-turbo,wan-2.5-text-to-video,wan-2.6-text-to-video,wan-2.7-r2v,wan-2.7-text-to-video.get_task— fetch the current status and latest payload for a task.check_pricing— look up pricing for a model in this line.
Related MCP server: @runapi.ai/gpt-4o-image-mcp
Configuration
Set a RunAPI API key via the RUNAPI_API_KEY environment variable, or write
it to ~/.config/runapi/config.json:
mkdir -p ~/.config/runapi
echo '{"api_key":"YOUR_KEY"}' > ~/.config/runapi/config.jsonGet an API key at https://runapi.ai. Pricing is listed at https://runapi.ai/pricing.
Usage
Run the server over stdio:
npx -y @runapi.ai/wan-mcpAdd it to an MCP client (see examples/ for per-client configs):
{
"mcpServers": {
"wan": {
"command": "npx",
"args": ["-y", "@runapi.ai/wan-mcp"],
"env": { "RUNAPI_API_KEY": "${RUNAPI_API_KEY}" }
}
}
}License
Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/runapi-ai/wan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server