Midjourney MCP - Secure MCP Server by ALMC Security 2025

Midjourney MCP

View on GitHub

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:

Related in Development - Secure MCP Servers

ServerSummaryActions
MCP Server BoilerplateA playground for Model Context Protocol (MCP) server built with TypeScript and Streamable HTTP trans...View
Volatility3 MCP ServerVolatility3 MCP Server is a powerful tool that connects MCP clients like Claude Desktop with Volatil...View
MCP Documentation ServerA customized version of the MCP documentation server that enables integration between LLM applicatio...View
DevRev MCP ServerA Model Context Protocol server for DevRev. This server provides comprehensive access to DevRev's AP...View
OllamaA Model Context Protocol (MCP) server for integrating Ollama with Claude Desktop or other MCP client...View
Trade-MCPA modular trading automation project using Zerodha Kite Connect and MCP (Modular Command Platform) f...View