OpenAI MCP
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"
}
}
}