MCP server for Wan AI video generation via AceDataCloud API
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Wan.
wan_generate_videoGenerate AI video from a text prompt using Wan.
wan_generate_video_from_imageGenerate AI video using a reference image as the starting frame.
wan_get_taskQuery the status and result of a video generation task.
wan_get_tasks_batchQuery multiple video generation tasks at once.
wan_list_modelsList all available Wan models for video generation.
wan_list_resolutionsList all available resolution options.
A Model Context Protocol (MCP) server for AI video generation using Wan through the AceDataCloud API.
Generate AI videos from text or images directly from Claude, VS Code, or any MCP-compatible client.
| Tool | Description |
|---|---|
wan_generate_video | Generate AI video from a text prompt using Wan. |
wan_generate_video_from_image | Generate AI video using a reference image as the starting frame. |
wan_get_task | Query the status and result of a video generation task. |
wan_get_tasks_batch | Query multiple video generation tasks at once. |
wan_list_models | List all available Wan models for video generation. |
wan_list_resolutions | List all available resolution options. |
wan_list_actions | List all available Wan API actions and corresponding tools. |
AceDataCloud hosts a managed MCP server β no local installation required.
Endpoint: https://wan.mcp.acedata.cloud/mcp
All requests require a Bearer token. Use the API token from Step 1.
Connect directly on Claude.ai with OAuth β no API token needed:
https://wan.mcp.acedata.cloud/mcpAdd to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):
Add to your VS Code MCP config (.vscode/mcp.json):
Or install the Ace Data Cloud MCP extension for VS Code, which registers the hosted MCP servers with one-click setup.
Claude Code supports MCP servers natively:
Or add to your project's .mcp.json:
Add to Cline's MCP settings (.cline/mcp_settings.json):
Add to your MCP configuration:
Add to Roo Code MCP settings:
Add to .continue/config.yaml:
Add to Zed's settings (~/.config/zed/settings.json):
If you prefer to run the server on your own machine:
Clients connect with their own Bearer token β the server extracts the token from each request's Authorization header.
| Model | Description | Use Case |
|---|---|---|
wan2.6-t2v | Text to video | Generate video from text prompts |
wan2.6-i2v | Image to video | Standard image-to-video generation |
wan2.6-r2v | Reference video-to-video | Character extraction and transfer |
wan2.6-i2v-flash | Fast image to video | Quick preview, lower quality |
wan3.0-video | Text to video | Video generation with optional media |
| Variable | Description | Default |
|---|---|---|
ACEDATACLOUD_API_TOKEN | API token from AceDataCloud | Required |
ACEDATACLOUD_API_BASE_URL | API base URL | https://api.acedata.cloud |
WAN_DEFAULT_MODEL | Default video model | wan2.6-t2v |
WAN_DEFAULT_RESOLUTION | Default resolution | 720P |
WAN_REQUEST_TIMEOUT | Request timeout in seconds | 1800 |
LOG_LEVEL | Logging level | INFO |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-wan)<a href="https://allmcps.com/mcp/mcp-wan"><img src="https://allmcps.com/api/badge/mcp-wan?style=directory" alt="MCP Wan on AllMCPs" /></a>