Access OpenAI models and APIs including GPT-4, DALL-E, and Whisper through MCP. Generate text, images, and transcriptions.
npx -y mcp-openai
```json
{
"mcpServers": {
"openai": {
"command": "npx",
"args": ["-y", "mcp-openai"],
"env": { "OPENAI_API_KEY": "sk-..." }
}
}
}
```
chat_completionimage_generationtranscriptionAccess OpenAI models and APIs including GPT-4, DALL-E, and Whisper through MCP. Generate text, images, and transcriptions.
Language: TypeScript
Category: AI & ML