1.generate-image
工具参数
- text (string): 用户需要在图片上显示的文字
- illustration (string): 根据用户要显示的文字,提取3-5个可以作为图片配饰的插画元素关键词
- color (string): 图片的背景主色调
基于火山引擎即梦AI的图片生成MCP(Model Context Protocol)服务。
{
"mcpServers": {
"jimengpic": {
"command": "node",
"args": ["/path/to/jimengpic-mcp/build/index.js"],
"env": {
"JIMENG_ACCESS_KEY": "你的AccessKey",
"JIMENG_SECRET_KEY": "你的SecretKey"
}
}
}
}