Back to search
100
MCP
live
v0.6.0
streamable-http
OpenAI Tools MCP Server
ai.com.mcp/openai-toolsFocused 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
Primary URL
https://openai-tools.run.mcp.com.ai/mcp
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
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"
}
}
}