ali-flux-mcp

ali-flux-mcp

3.1

If you are the rightful owner of ali-flux-mcp 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.

Ali-Flux MCP Server is a TypeScript-based server for interacting with Alibaba Cloud DashScope API to generate and manage images.

Ali-Flux MCP Server is designed to facilitate interaction with the Alibaba Cloud DashScope API, enabling users to generate images based on prompts, check the status of image generation tasks, and download the generated images to a local directory. This server is built using TypeScript and demonstrates the core concepts of the Model Context Protocol (MCP). It is particularly useful for developers and users who need to automate image generation tasks using Alibaba's cloud services. The server requires Node.js and npm for setup and operation, and it uses environment variables to manage API keys and directories for saving images. The server can be integrated with MCP-compatible clients like Claude Desktop, providing a seamless experience for managing image generation workflows.

Features

  • generate_image: Generates images using Alibaba Cloud DashScope API with customizable parameters like size, seed, and steps.
  • check_task_status: Checks the status of an image generation task using a task ID.
  • download_image: Downloads generated images and saves them locally, with options for custom save paths.