mcp-openai-server

mcp-openai-server

0

The OpenAI MCP Server is designed to standardize interactions with OpenAI's language models through the Model Context Protocol (MCP). It provides secure key management, support for chat completions, model listing, and embedding generation using the official MCP SDK.

List Models

List all available OpenAI models

Chat Completion

Generate responses using OpenAI's chat completion API, supporting parameters such as model selection, message array, temperature control, and maximum token count

Create Embedding

Generate embeddings for text using OpenAI's embed API, supporting model selection and input text parameters