OpenAI Tools MCP Server
ai.com.mcp/openai-toolsFocused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
Tools · 9
Creates an image given a prompt.
Creates an edited or extended image given an original image and a prompt.
Creates a variation of a given image.
Transcribes audio into the input language.
Translates audio into English.
Lists the currently available models, and provides basic information about each one such as the owner and availability.
Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
Delete a fine-tuned model. You must have the Owner role in your organization.
Classifies if text violates OpenAI's Content Policy
Resources · 1
The OpenAPI specification for this API
http://localhost:3000/openai.json
Prompts · 1
System prompt for API interaction
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"
}
}
}