Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Midjourney MCPNew to Visual Studio Code? Get it now.
Midjourney MCP

Midjourney MCP

AceDataCloud

| (0) | Free
AI Image Generation with Midjourney - Create, edit, blend and transform images via Ace Data Cloud API
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Midjourney MCP

AI Image Generation with Midjourney - Create, edit, blend and transform images via Ace Data Cloud API

This extension provides a Model Context Protocol (MCP) server for VS Code, enabling AI assistants like GitHub Copilot to interact with Midjourney directly.

Features

  • 15 tools available for AI assistants
  • Zero-install: Uses uvx for automatic package management
  • Works with GitHub Copilot, Claude, and other MCP-compatible AI assistants

Prerequisites

  1. Python 3.10+ with uvx (from uv) installed
  2. Ace Data Cloud API Token — Get one at platform.acedata.cloud

Setup

  1. Install this extension from the VS Code Marketplace
  2. When prompted, enter your Ace Data Cloud API token
  3. The MCP server will be available to AI assistants automatically

You can also manually configure the token in your VS Code settings (.vscode/mcp.json):

{
  "servers": {
    "midjourney": {
      "command": "uvx",
      "args": ["mcp-midjourney"],
      "env": {
        "ACEDATACLOUD_API_TOKEN": "your-token-here"
      }
    }
  }
}

Links

  • PyPI Package
  • Source Code
  • Ace Data Cloud Platform
  • API Documentation

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft