Back to Browse

Openai Image MCP Server

AI & MLLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

OpenAI image generation MCP server for Model Context Protocol hosts

About

OpenAI image generation MCP server for Model Context Protocol hosts

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (38/40 approved). 2 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

OpenAI API key with image generation accessRequired

Environment variable: OPENAI_API_KEY

Workspace directory for saving generated imagesOptional

Environment variable: MCP_WORKSPACE_PATH

Override the default OpenAI image model identifierOptional

Environment variable: OPENAI_IMAGE_MODEL

Outbound HTTP request timeout in milliseconds (max 1800000)Optional

Environment variable: OPENAI_IMAGE_REQUEST_TIMEOUT_MS

JSON array of absolute paths the connector may read through (and write generated images through) in-workspace symlinks that resolve into them. Mirrors the host's built-in file-tool declared-Space roots. Malformed or partially-malformed values fail closed to workspace-only. Optional; standalone users omit it.Optional

Environment variable: MCP_ALLOWED_SYMLINK_ROOTS

When set, serve MCP over HTTP on this port bound to 127.0.0.1 (loopback only) instead of stdio. Intended for host-managed local deployments; stdio hosts omit it.Optional

Environment variable: MCP_HTTP_PORT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mindstone-mcp-server-openai-image": {
      "env": {
        "MCP_HTTP_PORT": "your-mcp-http-port-here",
        "OPENAI_API_KEY": "your-openai-api-key-here",
        "MCP_WORKSPACE_PATH": "your-mcp-workspace-path-here",
        "OPENAI_IMAGE_MODEL": "your-openai-image-model-here",
        "MCP_ALLOWED_SYMLINK_ROOTS": "your-mcp-allowed-symlink-roots-here",
        "OPENAI_IMAGE_REQUEST_TIMEOUT_MS": "your-openai-image-request-timeout-ms-here"
      },
      "args": [
        "-y",
        "@mindstone/mcp-server-openai-image"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Openai Image MCP Server - OpenAI image generation MCP server for Model Context | MCP Marketplace