Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • sanderkooger-mcp-server-ragdocs
  • Snyk MCP Server
  • CucumberStudio MCP Server
  • argocd-mcp
  • Aider MCP Server
Back to MCP Servers
OpenAI MCP

OpenAI MCP

Public
jezweb/openai-mcp

A Model Context Protocol server enabling AI assistants to generate images through OpenAI's DALL-E API with full support for all available options and fine-grained control.

Verified
javascript
0 tools
May 30, 2025
Updated May 30, 2025

OpenAI MCP - DALL-E API Integration for Roo Code

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

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • sanderkooger-mcp-server-ragdocs
    sanderkooger-mcp-server-ragdocs

    An MCP server implementation that provides tools for retrieving and processing documentation through...

    Added May 30, 2025
  • Snyk MCP Server
    Snyk MCP Server

    A standalone server enabling Snyk security scanning through the Model Context Protocol, with support...

    Added May 30, 2025
  • CucumberStudio MCP Server
    CucumberStudio MCP Server

    Implements a Model Context Protocol server that provides context from CucumberStudio to AI assistant...

    Added May 30, 2025
  • argocd-mcp
    argocd-mcp

    An MCP (Model Context Protocol) server that integrates with the ArgoCD API, enabling AI assistants a...

    Added May 30, 2025
  • Aider MCP Server
    Aider MCP Server

    A Model Context Protocol server that connects Claude and other MCP clients to Aider, enabling AI ass...

    Added May 30, 2025