OpenAI API integration — interact with GPT models, DALL-E, and other OpenAI services
OPENAI_API_KEYnpx @getmcp/cli add openaiConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"openai": {
"command": "npx",
"args": [
"-y",
"mcp-openai"
],
"env": {
"OPENAI_API_KEY": ""
}
}
}
}