# OpenAI Image (npm · @mindstone/mcp-server-openai-image)

OpenAI image generation MCP server for Model Context Protocol hosts

- Trust score: 75/100 (medium)
- Change this week: +47
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `@mindstone/mcp-server-openai-image`: 75/100 (this document), [markdown](https://verifymcp.io/servers/mindstone-mcp-server-openai-image/mindstone-mcp-server-openai-image.md), [page](https://verifymcp.io/servers/mindstone-mcp-server-openai-image/mindstone-mcp-server-openai-image)

## Channel facts

- Registry: `npm`
- Package: `@mindstone/mcp-server-openai-image`
- Version: `0.2.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 84/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to mindstone/mcp-servers).
  - License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license.
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 319 tokens (~159/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mindstone-mcp-server-openai-image -- npx -y @mindstone/mcp-server-openai-image
```

### Codex

```bash
codex mcp add mindstone-mcp-server-openai-image -- npx -y @mindstone/mcp-server-openai-image
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mindstone-mcp-server-openai-image": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mindstone/mcp-server-openai-image"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mindstone-mcp-server-openai-image --command npx --arg -y --arg @mindstone/mcp-server-openai-image
```

### Hermes

```yaml
mcp_servers:
  mindstone-mcp-server-openai-image:
    command: "npx"
    args: ["-y", "@mindstone/mcp-server-openai-image"]
```

### Other

```json
{
  "mcpServers": {
    "mindstone-mcp-server-openai-image": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-openai-image"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 75, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-03 (score 71, +51)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: mindstone/mcp-servers
- [functional regression] License: unverified → fail
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: FSL-1.1-MIT

### 2026-08-02 (score 20, −1)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 28)

First indexed and scored.

## MCP tools (2)

### `generate_image` (~152 tokens)

Generate Image

Generate one or more images using OpenAI's gpt-image-2 family and save outputs to your workspace.

Input parameters:

- `count` (integer): How many images to generate (1-8). Cost multiplies by count.
- `moderation` (string): Content moderation strictness.
- `prompt` (string, required): Text description of the image to generate
- `quality` (string): Image quality (defaults to high). Medium is usually about 50 seconds and $0.04; high can take up to 3 minutes and cost about $0.21.
- `size` (string): Image dimensions: square (1024x1024), portrait (1024x1536), landscape (1536x1024)

### `edit_image` (~167 tokens)

Edit Image

Edit one or more existing images with OpenAI image editing and save outputs to your workspace.

Input parameters:

- `count` (integer): How many output images to generate (1-8).
- `image_paths` (array, required): Absolute or workspace-relative paths to reference images. PNG/JPEG/WEBP only.
- `mask_path` (string): Optional PNG mask. Transparent areas define the edit region.
- `moderation` (string): Content moderation strictness.
- `prompt` (string, required): What to change in the image. Describe the edit in plain language.
- `quality` (string): Output quality (defaults to high). Medium is usually about 50 seconds and $0.04; high can take up to 3 minutes and cost about $0.21.
- `size` (string): Output dimensions.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/mindstone-mcp-server-openai-image/mindstone-mcp-server-openai-image#diagnostics

## Score history

- 2026-08-04: 75
- 2026-08-03: 71
- 2026-08-02: 20
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 28
- 2026-07-28: 28
- 2026-07-27: 28

## Links

- npm package: https://www.npmjs.com/package/@mindstone/mcp-server-openai-image
- Socket report: https://socket.dev/npm/package/@mindstone/mcp-server-openai-image
- Repository: https://github.com/mindstone/mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/mindstone-mcp-server-openai-image/mindstone-mcp-server-openai-image/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mindstone-mcp-server-openai-image/mindstone-mcp-server-openai-image/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mindstone-mcp-server-openai-image/mindstone-mcp-server-openai-image
