Skip to content
Back to search
100
MCP v0.6.0 streamable-http

OpenAI Tools MCP Server

ai.com.mcp/openai-tools

Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.

Uptime
14.3%
35 probes
Response
193ms
last probe
Tools
9
callable

Tools · 9

createImage

Creates an image given a prompt.

createImageEdit

Creates an edited or extended image given an original image and a prompt.

createImageVariation

Creates a variation of a given image.

createTranscription

Transcribes audio into the input language.

createTranslation

Translates audio into English.

listModels

Lists the currently available models, and provides basic information about each one such as the owner and availability.

retrieveModel

Retrieves a model instance, providing basic information about the model such as the owner and permissioning.

deleteModel

Delete a fine-tuned model. You must have the Owner role in your organization.

createModeration

Classifies if text violates OpenAI's Content Policy

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "openai_tools_mcp_server": {
      "url": "https://openai-tools.run.mcp.com.ai/mcp",
      "transport": "streamable-http"
    }
  }
}