tongyi-wanx-mcp-server
If you are the rightful owner of tongyi-wanx-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a TypeScript-based Model Context Protocol (MCP) server that provides text-to-image and text-to-video capabilities using Alibaba Cloud's Tongyi Wanxiang API.
The Tongyi Wanxiang MCP server is designed to integrate with Alibaba Cloud's Tongyi Wanxiang API, offering high-quality AI-generated images and videos. It supports asynchronous task processing, allowing for long-running image and video generation tasks with results retrieved through polling. The server adheres to the Model Context Protocol, enabling seamless collaboration with MCP-compatible large language models (LLMs).
Features
- Text-to-Image Integration: Integrates with Alibaba Cloud's Tongyi Wanxiang text-to-image API for high-quality AI image generation.
- Text-to-Video Integration: Integrates with Alibaba Cloud's Tongyi Wanxiang text-to-video API for high-quality AI video generation.
- Asynchronous Task Processing: Supports long-running image and video generation tasks with asynchronous polling for final results.
- MCP Protocol Support: Complies with the Model Context Protocol standard for seamless collaboration with MCP-compatible LLMs.
Tools
wanx-t2i-image-generation
Starts an image generation task and returns a task ID.
wanx-t2i-image-generation-result
Retrieves image generation results using a task ID.
wanx-t2v-video-generation
Starts a video generation task and returns a task ID.
wanx-t2v-video-generation-result
Retrieves video generation results using a task ID.