Midjourney MCP
A MCP server implementation for generating images with Midjourney.
{
"mcpServers": {
"midjourney": {
"command": "uvx",
"args": [
"midjourney-mcp"
]
}
}
}
TOKEN_R: Midjourney auth token RTOKEN_I: Midjourney auth token IAPI_BASE: Midjourney API base URL (optional, defaults to "midjourney.com")SUFFIX: Midjourney suffix (optional, defaults to "--v 6.1")
API
The server provides the following tool:
generating_image(prompt: str, aspect_ratio: str) -> strprompt: Description of the image you want to generateaspect_ratio: Aspect ratio of the image (e.g. "16:9")
License
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). This means:
Transport:
stdio
Language: 
Created: 4/23/2025
Updated: 3/8/2026
Homepage:
https://github.com/Lala-0x3f/mj-mcp Recommend MCP Servers 💡
discogs-mcp-server
cswkim
MCP Server for Discogs
2025-04-04
mcp-storybook-image-generator
falahgs
Generates storybook images and matching children's stories using Google's Gemini AI
2025-04-28
chesspal-mcp-engine
wilson-urdaneta
A Stockfish-powered chess engine exposed as an MCP server using FastMCP, providing chess move generation and game status via SSE or stdio transports.
2025-04-04
mcp-minimax-music-server
falahgs
MCP server enabling AI agents to generate music and audio content using the MiniMax Music API.
2025-04-17
Tok/SuperColliderMCP
Tok
An MCP server enabling AI control of SuperCollider audio synthesis via OSC
2025-04-16
mcp_youtube_dlp
yorickchan
A MCP server for downloading YouTube videos and audio using yt-dlp.
2025-04-22