Servers / AI/ML / OpenAI MCP
🤖

OpenAI MCP

Paid · AI/ML · by OpenAI · Listed March 3, 2026

Install

npx @openai/mcp-server

About

Access OpenAI models through MCP — generate text, create embeddings, analyze images, generate speech. Multi-model support with automatic fallback and cost tracking.

MCP Config

Add this to your MCP configuration file:

{ "mcpServers": { "openai-mcp": { "command": "npx @openai/mcp-server" } } }