OpenAI
Communitybyarthurcolle
Access GPT models, DALL-E, Whisper, and embeddings API.
API Key Required
Configuration
{
"mcpServers": {
"openai-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-openai-mcp"
],
"env": {
"OPENAI_MCP_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.