# Midjourney  MCP Server

Enable your AI assistant to generate stunning images and perform various actions using Midjourney's capabilities. Interact seamlessly with the MCP to create, modify, and check prompts for your creati…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add InstantMCP/midjourneyserver

# Browse available tools
npx -y @smithery/cli@latest tool list InstantMCP/midjourneyserver

# Get full schema for a tool
npx -y @smithery/cli@latest tool get InstantMCP/midjourneyserver midjourney_imagine

# Call a tool
npx -y @smithery/cli@latest tool call InstantMCP/midjourneyserver midjourney_imagine '{}'
```

## Tools (8)

- `midjourney_imagine` — Generate up to 4 images from a text prompt using Midjourney's image generation capabilities.
- `midjourney_action` — Perform operations like upsampling, variations, zoom out, etc. on Midjourney-generated images.
- `midjourney_seed` — Get the seed value from a Midjourney-generated image, which can be used for reproducibility.
- `midjourney_blend` — Upload 2-5 images and combine them into a new image based on the concept and aesthetic of each image.
- `midjourney_describe` — Upload an image and generate four prompts based on the image.
- `midjourney_inpaint` — Modify specific regions of an image using a mask and optional prompt.
- `midjourney_fetch_job` — Fetches the result status and details of a previously submitted Midjourney job using its Job ID.
- `midjourney_prompt_check` — Checks if a given text prompt is compliant with Midjourney rules before potentially using it for generation. This is a …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get InstantMCP/midjourneyserver <tool-name>
```

---

Source: https://github.com/InstantMCP/midjourneyServer
