TL;DR
OpenAI is a AI & ML MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent gPT models, DALL-E, Whisper via OpenAI API. Install in 1 minute with mcpizy install openai.
OpenAI
Install verified 5 toolsAI & ML
GPT models, DALL-E, Whisper via OpenAI API
Official homepageInstall OpenAI
mcpizy install openainpx -y openai-mcp-serverTools exposed
5 tools availablechat_completionCall an OpenAI chat model
chat_completionCall an OpenAI chat model
Inputs
modelstringrequiredmessagesobject[]required
create_imageGenerate images with DALL-E
create_imageGenerate images with DALL-E
Inputs
promptstringrequiredsizestringoptional
create_embeddingCreate a text embedding
create_embeddingCreate a text embedding
Inputs
inputstringrequiredmodelstringoptional
list_modelsList available OpenAI models
list_modelsList available OpenAI models
transcribe_audioTranscribe audio with Whisper
transcribe_audioTranscribe audio with Whisper
Inputs
filestringrequired
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"openai": {
"command": "npx",
"args": [
"-y",
"openai-mcp-server"
],
"env": {
"OPENAI_API_KEY": "sk-..."
}
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"openai": {
"command": "npx",
"args": [
"-y",
"openai-mcp-server"
],
"env": {
"OPENAI_API_KEY": "sk-..."
}
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"openai": {
"command": "npx",
"args": [
"-y",
"openai-mcp-server"
],
"env": {
"OPENAI_API_KEY": "sk-..."
}
}
}
}Authentication setup
- 1
Create an API key in the OpenAI platform
Get itOPENAI_API_KEY
What you can do with OpenAI MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
โAsk GPT-4o to summarise this 10-page PDFโ
Uses: chat_completion
โGenerate a 1024x1024 image of a cyberpunk catโ
Uses: create_image
โEmbed these 3 product descriptions for semantic searchโ
Uses: create_embedding
โTranscribe the meeting.mp3 fileโ
Uses: transcribe_audio
Works with
More AI & ML MCPs
Replicate
Run ML models in the cloud via API
Stability AI
Image generation with Stable Diffusion
Chronulus AI
Predict anything with AI forecasting. Time series predictions, anomaly detection, and trend analysis.
Anthropic
Call Anthropic Claude models, manage messages and batches from any MCP-compatible agent.
Alternatives to OpenAI
If OpenAI doesn't fit your stack, these AI & ML MCP servers solve similar problems.
Frequently asked questions
What is the OpenAI MCP server?
OpenAI is listed as an AI & ML Model Context Protocol server whose documented purpose is to let an MCP-compatible agent gPT models, DALL-E, Whisper via OpenAI API. Client support, permissions and authentication remain specific to the upstream project.
How do I install OpenAI MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install openai` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y openai-mcp-server` and restarting Claude Code.
Does MCPizy charge to view or install OpenAI MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does OpenAI MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with OpenAI MCP?
Its documented purpose is to let an MCP-compatible agent gPT models, DALL-E, Whisper via OpenAI API. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory