NimbleBrainInc/mcp-openai
If you are the rightful owner of mcp-openai and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
OpenAI MCP Server provides comprehensive access to OpenAI's API capabilities, enabling a wide range of AI-driven functionalities.
Tools
Functions exposed to the LLM to take actions
chat_completion
Generate conversational responses using OpenAI's chat models.
create_embedding
Generate vector embeddings for text.
generate_image
Create images from text descriptions using DALL-E.
text_to_speech
Convert text to natural-sounding audio.
transcribe_audio
Transcribe audio to text using Whisper.
analyze_image
Analyze images using GPT-4 Vision.
moderate_content
Check if content violates OpenAI's usage policies.
list_models
Get all available OpenAI models with metadata.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client