Skip to content
Back to search
100
MCP live v0.6.0 MCP 2025-06-18 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
9.9%
81 probes
Response
389ms
last probe
Tools
9
callable
Resources
1
readable
Prompts
1
available

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

Resources · 1

OpenAPI Specification

The OpenAPI specification for this API

http://localhost:3000/openai.json

Prompts · 1

system

System prompt for API interaction

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"
    }
  }
}