Wraps OpenAI's image generation (DALL·E) and audio endpoints through the HAPI CLI, which automatically converts OpenAPI specs into MCP tools. Instead of building a custom MCP server for OpenAI, this uses HAPI's spec-to-tool pipeline to expose the operations. You get image creation, audio transcription, and TTS as callable tools without writing integration code. Reach for this when you want OpenAI's creative endpoints in your MCP client (Claude, ChatGPT, QBot) and prefer the HAPI approach of treating your API contract as the source of truth. The server runs remotely at openai-tools.run.mcp.com.ai over streamable HTTP, so no local setup required.
claude mcp add --transport http ai.com.mcp-openai-tools https://openai-tools.run.mcp.com.ai/mcp