Skip to main content
MCP (Model Context Protocol) is a model context protocol launched by Anthropic that allows AI models (such as Claude, GPT, etc.) to call external tools through standardized interfaces. With the Midjourney MCP Server provided by AceData Cloud, you can directly generate and edit AI images in AI clients like Claude Desktop, VS Code, Cursor, etc.

Feature Overview

The Midjourney MCP Server provides the following core functionalities:
  • Image Generation (Imagine) — Generate high-quality images from text prompts
  • Image Editing — Make local modifications to generated images
  • Image Transformation — Zoom in, zoom out, and pan existing images
  • Image Blending (Blend) — Merge multiple images into a new image
  • Reference Image Generation — Guide generation using reference images
  • Image Description (Describe) — Generate text descriptions based on images
  • Prompt Translation — Translate Chinese prompts into English
  • Seed Retrieval — Obtain the seed value of an image for reproduction
  • Video Generation — Generate dynamic videos based on images
  • Task Query — Monitor generation progress and obtain results

Prerequisites

Before use, you need to obtain an AceData Cloud API Token:
  1. Register or log in to the AceData Cloud platform
  2. Go to the Midjourney Imagine API page
  3. Click “Acquire” to get the API Token (first-time applicants receive free credits)

Installation Configuration

Method 2: Source Installation

Once installed, you can use the mcp-midjourney command to start the service.

Using in Claude Desktop

Edit the Claude Desktop configuration file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
Add the following configuration:
If using uvx (no need to install packages in advance):
After saving the configuration, restart Claude Desktop to use Midjourney-related tools in the conversation.

Using in VS Code / Cursor

Create a .vscode/mcp.json in the project root directory:
Or use uvx:

Available Tools List

Usage Examples

After configuration, you can directly call these functions in the AI client using natural language, for example:
  • “Help me generate a cyberpunk-style city night scene”
  • “Change the background of this image to the seaside”
  • “Blend these four images into one”
  • “Describe the content of this image”
  • “Make a video from this image”
  • “Zoom in on the second variant of this image”

More Information