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:- Register or log in to the AceData Cloud platform
- Go to the Midjourney Imagine API page
- Click “Acquire” to get the API Token (first-time applicants receive free credits)
Installation Configuration
Method 1: pip Installation (Recommended)
Method 2: Source Installation
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
uvx (no need to install packages in advance):
Using in VS Code / Cursor
Create a.vscode/mcp.json in the project root directory:
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
- GitHub Repository: AceDataCloud/MidjourneyMCP
- PyPI Package: mcp-midjourney
- API Documentation: Midjourney Generation API

