Skip to main content
Glama
eduard256

mcp-openai-images-audio

by eduard256

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour OpenAI API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
imageA

Generate, edit, or compose images via OpenAI's gpt-image family.

BEFORE the FIRST call in a conversation, read the MCP resource image-guide://full for the full prompting guide (structure, realism rules, edit/compose modes, when to set quality/fidelity). You only need to read it once per conversation.

Mode is selected by references_paths:

  • omitted/empty -> generate from text alone

  • 1 path -> edit that image

  • 2..16 paths -> generate using them as labeled references

Model routing is automatic and reported in the response:

  • background='transparent' -> gpt-image-1.5 (gpt-image-2 rejects alpha)

  • everything else -> gpt-image-2 (flagship)

Returns metadata only — the file is written to output_path. Read the file with the Read tool only if you need to verify the result.

Prompts

Interactive templates invoked by user choice

NameDescription
image_workflowWorkflow rules for the `image` tool. Read once, follow whenever the user wants an image generated, edited, or composed.

Resources

Contextual data attached and managed by the client

NameDescription
image_guideFull prompting guide for the gpt-image-2 model exposed by the `image` tool: structure, photorealism, edit/compose modes, sizing, and anti-patterns.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eduard256/mcp-openai-images-audio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server