mcp-openai-images-audio
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | Yes | Your OpenAI API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| imageA | Generate, edit, or compose images via OpenAI's gpt-image family. BEFORE the FIRST call in a conversation, read the MCP resource
Mode is selected by
Model routing is automatic and reported in the response:
Returns metadata only — the file is written to |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| image_workflow | Workflow 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
| Name | Description |
|---|---|
| image_guide | Full prompting guide for the gpt-image-2 model exposed by the `image` tool: structure, photorealism, edit/compose modes, sizing, and anti-patterns. |
TDQS
Scored across 1 tool
Only one tool exists, so there is no ambiguity or overlap in tool selection.
With a single tool, naming consistency is inherently perfect.
One tool for a domain that could benefit from separate tools (e.g., generate, edit, compose) is borderline. The tool uses modes via parameters, which is acceptable but minimal.
The tool covers generate, edit, and compose operations, plus background transparency. Minor gaps exist (e.g., no explicit inpainting or variations) but overall the surface is reasonable for a single-tool server.