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/10/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-janken-server
Takashi-Matsumura
Model Context Protocol(MCP)に対応したじゃんけんゲームを提供するサーバーで、LLMがじゃんけんをプレイしたりランダムな手を取得できる。
2025-04-22
exia-scenario-generator
kokushin
exiaノベルゲームエンジン向けのシナリオ生成MCPサーバで、指定お題の琴葉姉妹解説形式シナリオを生成しexiaで表示します
2025-04-25
mcp-minimax-music-server
falahgs
MCP server enabling AI agents to generate music and audio content using the MiniMax Music API.
2025-04-17