OpenAI

MCP Server

Access OpenAI models and APIs including GPT-4, DALL-E, and Whisper through MCP. Generate text, images, and transcriptions.

by Community

★★★★☆ 4.2/5 (140 reviews)
1.8kGitHub stars
22kinstalls
Updated 2026-01-20
typescriptintermediateactive

Installation

npx -y mcp-openai

Quick Start

```json
{
  "mcpServers": {
    "openai": {
      "command": "npx",
      "args": ["-y", "mcp-openai"],
      "env": { "OPENAI_API_KEY": "sk-..." }
    }
  }
}
```

Tools & Capabilities

chat_completion
image_generation
transcription

Compatibility

Claude Desktop Continue

About OpenAI

Access OpenAI models and APIs including GPT-4, DALL-E, and Whisper through MCP. Generate text, images, and transcriptions.

View on GitHub →

Language: TypeScript

Category: AI & ML

← Back to MCP Hub Directory