/
by ai.smithery
Create images and videos from prompts, with options for image mixing, reference images, and start/…
Server configuration and capabilities from the MCP manifest
Size: 2,079 bytes (520 tokens)
Tools Found: 3
Analysis ID: 19d0484p
提供即梦AI图像和视频生成服务
Stars
Registry ID: 1421db43-87bc-46b4-a587-99d203ebaf4f
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/12/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "Jimeng MCP Server",
"tags": [],
"tools": [
{
"name": "hello",
"description": "一个简单的问候工具",
"input_schema": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "generateImage",
"description": "即梦AI图像生成工具",
"input_schema": {
"type": "object",
"required": [
"prompt"
],
"properties": {
"model": {
"type": "string",
"description": "模型名称,可选值: jimeng-4.0,jimeng-3.1,jimeng-3.0, jimeng-2.1, jimeng-2.0-pro, jimeng-2.0, jimeng-1.4, jimeng-xl-pro"
},
"width": {
"type": "number",
"default": 1024,
"description": "图像宽度,默认值:1024"
},
"height": {
"type": "number",
"default": 1024,
"description": "图像高度,默认值:1024"
},
"prompt": {
"type": "string",
"description": "生成图像的文本描述"
},
"filePath": {
"type": "string",
"description": "本地图片路径或图片URL(可选,若填写则为图片混合/参考图生成功能)"
},
"negative_prompt": {
"type": "string",
"default": "",
"description": "反向提示词,告诉模型不要生成什么内容"
},
"sample_strength": {
"type": "number",
"default": 0.5,
"description": "精细度,默认值:0.5,范围0-1"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
{
"name": "generateVideo",
"description": "即梦AI视频生成工具",
"input_schema": {
"type": "object",
"required": [
"prompt"
],
"properties": {
"model": {
"type": "string",
"default": "jimeng-video-3.0",
"description": "模型名称,默认jimeng-video-3.0"
},
"width": {
"type": "number",
"default": 1024,
"description": "视频宽度,默认1024"
},
"height": {
"type": "number",
"default": 1024,
"description": "视频高度,默认1024"
},
"prompt": {
"type": "string",
"description": "生成视频的文本描述"
},
"req_key": {
"type": "string",
"description": "自定义参数,兼容旧接口"
},
"filePath": {
"type": "array",
"items": {
"type": "string"
},
"description": "首帧和尾帧图片路径,支持数组,最多2个元素,分别为首帧和尾帧"
},
"resolution": {
"type": "string",
"description": "分辨率,可选720p或1080p,默认720p"
},
"refresh_token": {
"type": "string",
"description": "即梦API令牌(可选,通常从环境变量读取)"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
],
"version": "1.0.0",
"categories": [],
"description": "MCP服务器项目,集成即梦AI图像生成"
}Forks
Watchers
Contributors
Last Push: 9/12/2025
Open Issues: 0