Midjourney MCP
An MCP server for generating images with the Midjourney API.
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) -> str
prompt
: 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:
Related Servers
Google Apps Script MCP Server
Manage Google Apps Script projects, including creation, editing, deployment, and execution. Requires Google Cloud credentials for authentication.
Open MCP Server
A service framework supporting the Model Context Protocol (MCP) to integrate enterprise systems and AI platforms via RESTful, gRPC, and Dubbo protocols.
ClipToWSL
Enables AI coding agents to read Windows clipboard contents, including text and images, from within the Windows Subsystem for Linux (WSL).
SensorMCP Server
Automate dataset creation and train custom object detection models using natural language.
MCP Software Engineer Server
An MCP server that enables an AI to function as a full-stack software engineer with complete development capabilities.
Flowise
Integrate with the Flowise API to create predictions and manage chatflows and assistants.
godoc-mcp-server
MCP server to provide golang packages and their information from pkg.go.dev
Woodpecker MCP Server
A server for managing Woodpecker CI/CD pipelines, built with the MCP framework.
AILint
AI-powered code quality analysis to detect best practice violations, security issues, and architectural problems in real-time.
공공 API 연동 MCP 샘플
Integrates the Korea Meteorological Administration's public weather API to provide climate data.