Back to Browse
Description
Integrate OpenAI models as tools within MCP workflows. Use GPT models for text generation, embeddings, and image analysis alongside other MCP capabilities.
openaigptaiembeddingsllm
Installation
Add this server to your MCP configuration:
{
"mcpServers": {
"openai-mcp": {
"command": "npx",
"args": ["-y", "https://github.com/openai/openai-mcp"]
}
}
}