About
Overview
The OpenAI MCP Server enables AI agents to access OpenAI's suite of AI APIs. It provides tools for text generation with GPT models, image generation with DALL-E, speech-to-text with Whisper, and text embeddings. Useful for multi-model orchestration workflows.
Capabilities
Tools & Capabilities
⚡chat_completion
Generate text using GPT models
⚡generate_image
Generate images with DALL-E
⚡transcribe
Transcribe audio with Whisper
⚡embed
Generate text embeddings
Setup
Installation
bash
Install
npx -y mcp-server-openaiExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"openai": {
"command": "npx",
"args": ["-y", "mcp-server-openai"],
"env": {
"OPENAI_API_KEY": "sk-your-key"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 320
Last UpdatedFeb 12, 2026