Midjourney Mcp
About
An MCP server for generating images with the Midjourney API.
Details
- Author
- Lala-0x3f
- GitHub stars
- 8
- Downloads
- 424
- Categories
- Developer Tools, Other, AI
Jump to
- Generates images from text prompts via Midjourney
- Supports custom aspect ratios (e.g., "16:9")
- Configurable Midjourney suffix (defaults to "--v 6.1")
- Runs easily with uvx, no installation required
- Integrates seamlessly with any MCP host
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Midjourney McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure environment variables TOKEN_R and TOKEN_I (required), plus optional API_BASE and SUFFIX. In your MCP client settings, add a server entry with command uvx and arguments ["midjourney-mcp"]. Then call the tool generating_image with a prompt and aspect ratio (e.g., "16:9").
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"midjourney mcp": {
"midjourney": {
"command": "uvx",
"args": [
"midjourney-mcp"
]
}
}
}
}
McpServers
{
"midjourney": {
"command": "uvx",
"args": [
"midjourney-mcp"
]
}
}
A MCP server implementation for generating images with Midjourney.
{ "mcpServers": { "midjourney": { "command": "uvx", "args": [ "midjourney-mcp" ] } } }
- TOKEN_R: Midjourney auth token R
- TOKEN_I: Midjourney auth token I
- API_BASE: Midjourney API base URL (optional, defaults to "midjourney.com")
- SUFFIX: Midjourney suffix (optional, defaults to "--v 6.1")
- generating_image(prompt: str, aspect_ratio: str) -> str
- prompt: Description of the image you want to generate
- aspect_ratio: Aspect ratio of the image (e.g. "16:9")
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). This means:
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Generate images using Amazon Nova Canvas with text prompts and color guidance.
Server for advanced AI-driven video editing, semantic search, multilingual transcription, generative media, voice cloning, and content moderation.
Generate images using the Together AI API. Supports custom aspect ratios, save paths, and batch generation.
Trim, watermark, extract audio from, and convert any video to 9:16 vertical — via REST API or MCP tools for Claude, Cursor, and other AI agents.
Generate images using OpenAI's DALL-E API.
Generate images from text using Flux and Stable Diffusion models.
Integrates the Dify AI API to generate Ant Design business component code. Supports text, image inputs, and streaming responses.
A server for the Fal.ai text-to-image API, powered by OpenAI's image model. Requires Fal.ai and OpenAI API keys.
Advanced text-to-image generation using the fal.ai Recraft v3 API.
A frontier image generation and editing model with advanced text rendering and contextual understanding, powered by the FAL AI API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





