即梦mcp(非官方)
@comeonzhj
About 即梦mcp(非官方)
调用即梦 API 生成图片
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jimengpic": {
"command": "npx",
"args": [
"-y",
"jimengpic-mcp"
],
"env": {
"JIMENG_ACCESS_KEY": "即梦 API AccessKey",
"JIMENG_SECRET_KEY": "即梦 API SecretKey"
}
}
}
}Tools
1当用户需要生成图片时使用的工具
Overview
What is 即梦mcp(非官方)?
即梦mcp(非官方) is a community-built MCP (Model Context Protocol) server that wraps the Volcano Engine Jimeng AI image generation API, allowing users to generate high-quality images directly from MCP-compatible clients such as Claude Desktop or Cursor.
How to use 即梦mcp(非官方)?
Install dependencies with npm install and compile the project with npm run build. Set the required environment variables JIMENG_ACCESS_KEY and JIMENG_SECRET_KEY (obtained from the Volcano Engine console). Then configure the server in your MCP client using the provided JSON snippet, and invoke the generate-image tool with parameters text, illustration, color, and ratio.
Key features of 即梦mcp(非官方)
- Uses the official Volcano Engine Jimeng AI API for image generation
- Supports four image ratios: 4:3, 3:4, 16:9, 9:16
- Standardized MCP interface compatible with various MCP clients
- Environment variable configuration for secure API key management
Use cases of 即梦mcp(非官方)
- Creating custom image banners with user‑provided text, illustrations, and background colors
- Automating image generation for social media posts or advertisements
- Integrating AI image creation into chatbot or AI assistant workflows
FAQ from 即梦mcp(非官方)
What are the prerequisites to run 即梦mcp(非官方)?
You need Node.js and npm installed, a Volcano Engine account with Jimeng AI service enabled, and valid AccessKey/SecretKey credentials set as environment variables.
How are API keys obtained and kept secure?
API keys are generated from the Volcano Engine console (access control page). They are configured via the JIMENG_ACCESS_KEY and JIMENG_SECRET_KEY environment variables, keeping them out of source code.
Where does image generation happen?
All image generation calls are made from this server to the Volcano Engine Jimeng AI API over the internet. Generated image URLs are temporary and should be downloaded promptly.
What are the known limits?
API calls consume credits on your Volcano Engine account. Image URLs expire after a short time, and content must comply with Jimeng AI’s content policies. Network connectivity is required.
Does 即梦mcp(非官方) use any transport or authentication beyond the environment variables?
The server communicates via standard MCP (stdio transport). Authentication to the Jimeng AI API is handled solely through the provided AccessKey and SecretKey.
Frequently asked questions
What are the prerequisites to run 即梦mcp(非官方)?
You need Node.js and npm installed, a Volcano Engine account with Jimeng AI service enabled, and valid AccessKey/SecretKey credentials set as environment variables.
How are API keys obtained and kept secure?
API keys are generated from the Volcano Engine console (access control page). They are configured via the `JIMENG_ACCESS_KEY` and `JIMENG_SECRET_KEY` environment variables, keeping them out of source code.
Where does image generation happen?
All image generation calls are made from this server to the Volcano Engine Jimeng AI API over the internet. Generated image URLs are temporary and should be downloaded promptly.
What are the known limits?
API calls consume credits on your Volcano Engine account. Image URLs expire after a short time, and content must comply with Jimeng AI’s content policies. Network connectivity is required.
Does 即梦mcp(非官方) use any transport or authentication beyond the environment variables?
The server communicates via standard MCP (stdio transport). Authentication to the Jimeng AI API is handled solely through the provided AccessKey and SecretKey.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
Comments