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
  • Image Generator MCP Server
  • Image Generator MCP Server
  • Gemini MCP Image Generation Server
  • Image Generation MCP Server
  • Image Processor MCP Server
Back to MCP Servers
Image Generator MCP Server

Image Generator MCP Server

Public
luoshui-coder/image-generator-mcp-server

A TypeScript-based MCP server that lets users generate images using OpenAI's dall-e-3 model by providing a prompt and image name.

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

image-generator MCP Server

An mcp server that generates images based on image prompts

This is a TypeScript-based MCP server that implements image generation using OPENAI's dall-e-3 image generation model.

Features

Tools

  • generate_image - Generate an image for given prompt
    • Takes prompt as a required parameter
    • Takes imageName as a required parameter to save the generated image in a generated-images directory on your desktop

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "command": "image-generator", "env": { "OPENAI_API_KEY": "" } } }

Make sure to replace `` with your actual OPENAI Api Key.

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

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
  • Image Generator MCP Server
    Image Generator MCP Server

    A TypeScript-based MCP server that generates images using OpenAI's dall-e-3 model based on text prom...

    1 tools
    Added May 30, 2025
  • Image Generator MCP Server
    Image Generator MCP Server

    An MCP server that allows users to generate images using Replicate's Stable Diffusion model and save...

    3 tools
    Added May 30, 2025
  • Gemini MCP Image Generation Server
    Gemini MCP Image Generation Server

    A Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 ...

    1 tools
    Added May 30, 2025
  • Image Generation MCP Server
    Image Generation MCP Server

    A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schn...

    1 tools
    Added May 30, 2025
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based MCP server that implements a simple notes system, allowing users to create, acces...

    2 tools
    Added May 30, 2025