Command Palette

Search for a command to run...

UnylyUnyly
Browse all

DALL-E

FreeNot checked

Integrates with OpenAI's DALL-E API to enable image generation with fine-grained control over parameters including model selection, size, quality, and style thr

GitHubEmbed

About

Integrates with OpenAI's DALL-E API to enable image generation with fine-grained control over parameters including model selection, size, quality, and style through a command-line interface.

README

This project provides a Model Context Protocol (MCP) server for connecting to OpenAI's DALL-E API for image generation with full support for all available options. It's specifically designed to work with Roo Code and other MCP-compatible AI assistants.

Overview

This MCP server provides a tool for DALL-E image generation with comprehensive support for all DALL-E API options. It allows AI assistants like Roo Code to generate images through the Model Context Protocol (MCP) with fine-grained control over the generation process.

Project Structure

  • src/ - Source code for the MCP server
    • dalle.ts - Implementation of the DALL-E API integration with all options
    • index.ts - Main server file with the DALL-E tool and input schema
    • install.ts - Installation script for Roo Code and Claude Desktop
  • build/ - Compiled JavaScript files
  • dalle-test.html - HTML page to display the generated image and document available options
  • test-dalle.js - Direct test script for the DALL-E API with examples of different options

Setup Instructions for Roo Code

Installation

  1. Install the package globally:

    npm install -g openai-mcp
    
  2. Run the setup command to configure Roo Code:

    openai-mcp install
    
  3. Set your OpenAI API key in Roo Code settings:

    • Open Roo Code
    • Go to Settings
    • Add the following environment variable to the MCP server configuration:
      "openai-mcp": {
        "env": {
          "OPENAI_API_KEY": "your-openai-api-key"
        }
      }
      
  4. Restart Roo Code

from github.com/jezweb/openai-mcp

Installing DALL-E

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jezweb/openai-mcp

FAQ

Is DALL-E MCP free?

Yes, DALL-E MCP is free — one-click install via Unyly at no cost.

Does DALL-E need an API key?

No, DALL-E runs without API keys or environment variables.

Is DALL-E hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install DALL-E in Claude Desktop, Claude Code or Cursor?

Open DALL-E on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare DALL-E with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs