Midjourney

by imaginpro

286 downloads
Not rated
GitHub

About

A fast and powerful MCP (Model Context Protocol) server that brings ImaginePro AI image and video generation capabilities to your AI assistants like Claude, enabling seamless creative content generation through natural language.

Details

Author
imaginpro
Downloads
286
Categories
Media

- Fast and powerful MCP server
- Integrates ImaginePro AI for image and video generation
- Supports latest models: Midjourney, Flux, Nano Banana
- Enables natural language creative content generation
- Works with AI assistants like Claude

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Midjourney
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

generate-image

Generate an AI image from a text prompt using ImaginePro

gemini-imagine

Generate images using multi-modal inputs (text + images)

generate-video

Generate a video animation from start and end frame images

upscale-image

Enhance image resolution and quality

create-variant

Generate alternative versions of an existing image

reroll-image

Regenerate an image using the same prompt

inpaint-image

Edit specific regions of an image using a mask

fetch-status

Check the status of an image or video generation task

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "midjourney": {
            "imaginepro": {
                "command": "npx",
                "args": [
                    "-y",
                    "imaginepro-mcp-server"
                ],
                "env": {
                    "IMAGINEPRO_API_KEY": "sk-your-api-key-here"
                }
            }
        }
    }
}

McpServers

{
    "imaginepro": {
        "command": "npx",
        "args": [
            "-y",
            "imaginepro-mcp-server"
        ],
        "env": {
            "IMAGINEPRO_API_KEY": "sk-your-api-key-here"
        }
    }
}

A fast and powerful MCP (Model Context Protocol) server that brings ImaginePro AI image and video generation capabilities to your AI assistants like Claude, enabling seamless creative content generation through natural language.

The available AI models including latest and most advanced ones such as Midjourney, Flux, Nano Banana.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.