一个为即梦AI打造的MCP服务器,让Claude、Cherry Studio等AI应用直接调用即梦的AI生成能力。基于jimeng-free-api-all开源项目,提供OpenAI兼容接口。 核心功能:文本生成图像(即梦4.0/3.1)、图像合成(多图融合)、文本生成视频(480p-1080p)、图像生成视频(静态转动态)。 支持三种模式:stdio(Claude Desktop)、SSE(Web)、HTTP REST API(跨平台)。Docker一键部署,开箱即用。异步轮询优化,确保长时间任务稳定完成。 需要Python 3.10+和Docker,配置SessionID即可使用,每日免费66积分。适合AI创作者、开发者学习MCP协议。MIT开源,代码透明。
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"jimeng": {
"env": {
"JIMENG_API_KEY": "您的API密钥"
},
"args": [
"-m",
"jimeng_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
用于即梦 AI 的模型上下文协议 (MCP) 服务器 - 通过 Claude 和其他 LLM 应用提供强大的图像和视频生成能力
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / design
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for Jimeng Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
用于即梦 AI 的模型上下文协议 (MCP) 服务器 - 通过 Claude 和其他 LLM 应用提供强大的图像和视频生成能力
即梦 MCP 服务器是一个专业的 AI 图像和视频生成 MCP 服务器,基于 jimeng-free-api-all 开源项目构建,通过 Claude Desktop、Cherry Studio 和 Claude Code 等 MCP 客户端提供强大的 AI 创作能力。
本项目基于 jimeng-free-api-all 开源项目构建,该项目提供了即梦 AI 的逆向接口实现,支持文生图、图生视频等多种 AI 生成能力。
width、height 参数ratio 参数:支持 1:1、4:3、3:4、16:9、9:16、3:2、2:3、21:9resolution 参数:支持 1k、2k(默认)、4kwidth、height 参数ratio 参数:支持 1:1(默认)、4:3、3:4、16:9、9:16resolution 参数:支持 480p、720p(默认)、1080pduration 参数:视频时长,支持 5 或 10 秒jimeng-4.0 升级为 jimeng-4.5| 功能名称 | 功能说明 | 技术栈 | 状态 |
|---|---|---|---|
| 文本生成图像 | 从详细文本提示创建高质量图像 | jimeng-4.5 | ✅ 稳定 |
| 图像合成 | 合成 1-10 张图像,风格迁移和混合 | jimeng-4.5 | ✅ 稳定 |
| 文本生成视频 | 从文本创建动画视频 | jimeng-video-3.0 | ✅ 稳定 |
| 图像生成视频 | 让静态图像动起来 | jimeng-video-3.0 | ✅ 稳定 |
| stdio 模式 | 标准输入/输出通信 | MCP 协议 | ✅ 稳定 |
| SSE 模式 | Server-Sent Events 事件流 | Starlette | ✅ 稳定 |
| HTTP 模式 | RESTful API 接口 | FastAPI | ✅ 稳定 |
| 多图生成 | jimeng-4.x 支持智能多图生成 | 即梦 AI | ✅ 稳定 |
| 技术 | 版本 | 用途 |
|---|---|---|
| Python | 3.10+ | 主要开发语言 |
| MCP | 1.0+ | 模型上下文协议 |
| httpx | 0.27+ | HTTP 客户端 |
| Starlette | 0.37+ | ASGI 框架 |
| Uvicorn | 0.27+ | ASGI 服务器 |
| sse-starlette | 1.6+ | SSE 支持 |
┌─────────────────────────────────────────────────┐
│ Claude Desktop / MCP Client │
└────────────────────┬────────────────────────────┘
│ MCP Protocol
↓
┌─────────────────────────────────────────────────┐
│ jimengmcp (本 MCP 服务器) │
│ ┌──────────────────────────────────────┐ │
│ │ MCP Protocol Handler (stdio/sse) │ │
│ └───────────────┬──────────────────────┘ │
│ ↓ │
│ ┌──────────────────────────────────────┐ │
│ │ Tool Implementations │ │
│ │ - text_to_image │ │
│ │ - image_composition │ │
│ │ - text_to_video │ │
│ │ - image_to_video │ │
│ └───────────────┬──────────────────────┘ │
└────────────────────┼────────────────────────────┘
│ HTTP API Calls
↓
┌─────────────────────────────────────────────────┐
│ jimeng-free-api-all 逆向接口服务 │
│ (https://github.com/wwwzhouhui/ │
│ jimeng-free-api-all) │
│ ┌──────────────────────────────────────┐ │
│ │ OpenAI Compatible API Endpoints │ │
│ │ - POST /v1/images/generations │ │
│ │ - POST /v1/images/compositions │ │
│ │ - POST /v1/videos/generations │ │
│ └───────────────┬──────────────────────┘ │
└────────────────────┼────────────────────────────┘
│ 逆向调用
↓
┌─────────────────────────────────────────────────┐
│ 即梦 AI 官方服务 │
│ (https://jimeng.duckcloud.fun) │
└─────────────────────────────────────────────────┘