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:
Recommend MCP Servers 💡
audius-mcp-atris
An MCP server providing comprehensive access to the Audius music platform, enabling LLMs to perform music discovery, content creation, social interactions, and monetization tasks with over 100 tools.
elevenlabs-mcp
Official ElevenLabs MCP server enabling interaction with Text to Speech and audio processing APIs for MCP clients like Claude Desktop, Cursor, etc.
mcp-nicovideo-snapshot-search
An MCP server for searching Nicovideo videos using the Snapshot Search API.
misskey-mcp-server
An unofficial MCP server for Misskey, providing basic functionality for posting notes and retrieving user notes.
mcp-unity
Model Context Protocol (MCP) plugin to connect with Unity Editor — designed for OpenAI, Gemini, Claude, Deepseek and Grok interoperability
nguyendinhsinh361/elevenlabs-mcp
Official ElevenLabs Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and audio processing APIs. This server allows MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents and others to generate speech, clone voices, transcribe audio, and more.