即梦mcp(非官方)
@comeonzhj
About 即梦mcp(非官方)
调用即梦 API 生成图片
Basic information
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.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments