OpenAI
Freemiumby AI Labs
Access OpenAI models, embeddings, and image generation within MCP workflows.
v1.0.0Added Jan 10, 2025
openaigptai
OpenAI MCP Server
Access OpenAI models, embeddings, and image generation within MCP workflows.
Features
- Chat Completions
- Embeddings
- DALL-E
- Audio
- Fine-tuning
Installation
{
"mcpServers": {
"openai-mcp": {
"command": "npx",
"args": ["-y", "mcp-openai"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-openai
Add to claude_desktop_config.json
{
"mcpServers": {
"openai": {
"command": "npx",
"args": ["-y", "mcp-openai"]
}
}
}