Loading languages...
MI

midjourney-mcp

@Lala-0x3f5

Midjourney mcp server

midjourney
image-generation
mcp-server

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")

API

The server provides the following tool:

  • 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")

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). This means:

# mcpServer Config

{
  "mcpServers": {
    "midjourney": {
      "command": "uvx",
      "args": [
        "midjourney-mcp"
      ]
    }
  }
}

# stdio

uvx midjourney-mcp
Transport:
stdio
Language:
Python
Created: 4/23/2025
Updated: 2/4/2026