Visual Generator MCP
Click on "Deploy 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., "@Visual Generator MCPGenerate a product image for a red sneaker with a white background"
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.
Visual Generator MCP
外部多模态生成 MCP Server(图片 + 视频),用于在 Tailscale 内网被 MCP Host(例如 eCommerceAgent)接入并调用。
目标
只负责生成与交付:调用方负责业务语义,本服务负责模型调用与 OSS/CDN URL 返回。
工具稳定:
imageGenerate、videoGenerate、materialWrite三块。模式统一:
imageGenerate/videoGenerate通过generationMode区分常规与智能模式。
Related MCP server: jimeng4-mcp
工具(MCP Tools)
1) imageGenerate(Host 落位点:visual__imageGenerate)
必填:
vendor、modelName、prompt、storageMode/env/project/referenceType/referenceId新增:
generationMode(normal|smart,默认normal)当前状态:
generationMode=normal已支持generationMode=smart首期预留(未开放)
出参:
structuredContent.images[](imageUrl/mimeType/objectKey)
2) videoGenerate(Host 落位点:visual__videoGenerate)
常规必填:
vendor、modelName、storageMode/env/project/referenceType/referenceId模式字段:
generationMode(normal|smart,默认normal)模式说明:
normal:调用方提供完整 prompt 与参数smart:先做需求分析与方案生成,再做素材匹配与分段生成(视频优先实施)
出参:
structuredContent.videos[](videoUrl/mimeType/objectKey)
3) materialWrite(Host 落位点:visual__materialWrite)
定位:将用户认可素材写入素材库,并自动打标签与权限字段。
当前状态:规划中(详见
docs/plan/plan-intelligent-generation.md)。
兼容说明(历史调用):
旧工具名
generate/generateVideo已废弃,调用方需升级到imageGenerate/videoGenerate。
快速开始
安装依赖
npm install配置环境变量
cp .env.example .env启动 SSE MCP Server
npm run dev:sse健康检查:
curl -i http://localhost:3107/health接入 eCommerceAgent(示例)
{
"mcpServers": {
"visual": {
"transport": "sse",
"endpoint": "http://<tailscale-ip>:3107/"
}
}
}Verify 后应看到:
visual__imageGeneratevisual__videoGenerate
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Qwen Image 3 AI image generation
MCP server for Wan AI video generation
MCP server for Google Veo AI video generation
MCP server for Hailuo (MiniMax) AI video generation
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that generates high-quality images through Volcano Engine's Doubao model, supporting bilingual prompts, multiple resolutions, and parameter controls like seed and guidance scale.2MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server providing multi-modal generation tools based on Volcengine's Jimeng AI, supporting high-quality 4K image creation, intelligent image editing, and video generation. It enables users to perform complex visual tasks directly within clients like Cursor and Claude Desktop.6 npmMIT
- FlicenseAqualityDmaintenanceAn MCP server that provides a standardized interface for accessing WaveSpeed AI's image and video generation capabilities, including text-to-image, image-to-image, inpainting, and dynamic video generation.3-
- AlicenseAqualityCmaintenanceMCP server for generating images and videos using Volcengine's Jimeng APIs, supporting text-to-image, image-to-image, multi-image fusion, text-to-video, and image-to-video.31MIT