MCP.so
登录

即梦mcp(非官方)

@comeonzhj

关于 即梦mcp(非官方)

调用即梦 API 生成图片

基本信息

分类

其他

传输方式

stdio

发布者

comeonzhj

提交者

佳 张

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "jimengpic": {
      "command": "npx",
      "args": [
        "-y",
        "jimengpic-mcp"
      ],
      "env": {
        "JIMENG_ACCESS_KEY": "即梦 API AccessKey",
        "JIMENG_SECRET_KEY": "即梦 API SecretKey"
      }
    }
  }
}

工具

1

当用户需要生成图片时使用的工具

概览

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.

评论

其他 分类下的更多 MCP 服务器