Wan MCP
AI Video Generation with Wan - Generate videos from text or images via Ace Data Cloud API
This extension provides a Model Context Protocol (MCP) server for VS Code, enabling AI assistants like GitHub Copilot to interact with Wan directly.
Features
- 7 tools available for AI assistants
- Zero-install: Uses
uvx for automatic package management
- Works with GitHub Copilot, Claude, and other MCP-compatible AI assistants
Prerequisites
- Python 3.10+ with
uvx (from uv) installed
- Ace Data Cloud API Token — Get one at platform.acedata.cloud
Setup
- Install this extension from the VS Code Marketplace
- When prompted, enter your Ace Data Cloud API token
- The MCP server will be available to AI assistants automatically
You can also manually configure the token in your VS Code settings (.vscode/mcp.json):
{
"servers": {
"wan": {
"command": "uvx",
"args": ["mcp-wan"],
"env": {
"ACEDATACLOUD_API_TOKEN": "your-token-here"
}
}
}
}
Links
License
MIT
| |