Back to search
100
MCP live 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
50.0%
10 probes
Response
648ms
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

Similar MCP servers embedding-nearest

HAPI MCP Server
HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants
0 tools · streamable-http
gpt-image-mcp
MCP server for image generation, editing, and analysis using OpenAI's gpt-image-1 model
0 tools
image-generation-mcp
MCP server for AI image generation via OpenAI, Google GenAI, or Stable Diffusion WebUI
0 tools
image-generator-mcp
MCP server for OpenAI, Gemini, and xAI image generation workflows
0 tools
Image Generation MCP Server
MCP server for AI image generation via OpenAI, Stable Diffusion (SD WebUI), or placeholders.
0 tools
deAPI MCP Server
35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI
0 tools · streamable-http

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