火山引擎即梦AI多模态生成服务MCP工具
火山引擎即梦AI多模态生成服务MCP工具. The jimeng ai mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
这是一个基于火山引擎即梦AI的多模态生成服务,支持图像生成、视频生成等功能,可通过MCP协议在Cursor、Claude Desktop等MCP客户端中使用,也可作为独立库调用。支持 macOS、Linux、Windows 及 WSL 环境。
The server ships on npm as jimeng-ai-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
patch — 用于修复错误 (例如 1.0.4 -> 1.0.5)。minor — 用于添加向后兼容的功能 (例如 1.0.4 -> 1.1.0)。major — 用于不向后兼容的重大更改 (例如 1.0.4 -> 2.0.0)。beta — 创建或递增一个测试版本 (例如 1.0.4 -> 1.0.5-beta.0 或 1.0.5-beta.0 -> 1.0.5-beta.1)。Windows — - 如果遇到路径问题,请检查命令路径是否正确,必要时使用完整路径。text — 要在图片上显示的文字illustration — 作为图片配饰的插画元素关键词color — 图片的背景主色调ratio — 图片比例,支持: 4:3 (512×384), 3:4 (384×512), 16:9 (512×288), 9:16 (288×512)prompt — 视频内容的描述num_frames — 视频帧数 (可选,默认16)fps — 视频帧率 (可选,默认8)You will need 4 environment variables: JIMENG_ACCESS_KEY, JIMENG_SECRET_KEY, YOUR_ACCESS_KEY, YOUR_SECRET_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Jimeng Ai MCP's toolset — patch, minor, major and 11 more — is a fair guide to whether it matches your workflow. It is maintained by freeleepm; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Jimeng Ai MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| patch | 用于修复错误 (例如 1.0.4 -> 1.0.5)。 |
| minor | 用于添加向后兼容的功能 (例如 1.0.4 -> 1.1.0)。 |
| major | 用于不向后兼容的重大更改 (例如 1.0.4 -> 2.0.0)。 |
| beta | 创建或递增一个测试版本 (例如 1.0.4 -> 1.0.5-beta.0 或 1.0.5-beta.0 -> 1.0.5-beta.1)。 |
| Windows | - 如果遇到路径问题,请检查命令路径是否正确,必要时使用完整路径。 |
| text | 要在图片上显示的文字 |
| illustration | 作为图片配饰的插画元素关键词 |
| color | 图片的背景主色调 |
| ratio | 图片比例,支持: 4:3 (512×384), 3:4 (384×512), 16:9 (512×288), 9:16 (288×512) |
| prompt | 视频内容的描述 |
| num_frames | 视频帧数 (可选,默认16) |
| fps | 视频帧率 (可选,默认8) |
| image_urls | 输入图片URL数组 (JPEG/PNG格式) |
| aspect_ratio | 视频比例 (可选,如"16:9"、"4:3"等,默认"16:9") |
{
"mcpServers": {
"jimeng-ai": {
"command": "npx",
"args": ["-y", "jimeng-ai-mcp"],
"env": {
"JIMENG_ACCESS_KEY": "your-value",
"JIMENG_SECRET_KEY": "your-value",
"YOUR_ACCESS_KEY": "your-value",
"YOUR_SECRET_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| JIMENG_ACCESS_KEY | Credential the server authenticates with. | Yes |
| JIMENG_SECRET_KEY | Credential the server authenticates with. | Yes |
| YOUR_ACCESS_KEY | Credential the server authenticates with. | Yes |
| YOUR_SECRET_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.