openai-mcp-server

akiojin/openai-mcp-server

3.2

If you are the rightful owner of openai-mcp-server 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.

A Model Context Protocol (MCP) server that enables AI assistants to interact with OpenAI's ChatGPT API.

The OpenAI MCP Server is a robust platform designed to facilitate seamless interaction between AI assistants and OpenAI's ChatGPT API. It supports a variety of language models, including the latest GPT-4.1 series, and offers configurable parameters to tailor text generation to specific needs. The server is built on Node.js and requires an OpenAI API key for operation. It provides a flexible environment for AI-driven applications, allowing for text generation, model listing, and image creation through the ChatGPT API. The server is particularly useful for applications that require dynamic text generation and model management, making it an essential tool for developers working with AI technologies.

Features

  • Chat Completion: Generate text using OpenAI's latest language models.
  • List Models: Retrieve available OpenAI models.
  • Configurable Parameters: Control temperature, max tokens, and other generation settings.
  • Image Generation: Create images using the gpt-image-1 model.
  • Development Tools: Includes scripts for development and production builds.

Tools

  1. chat_completion

    Generate text using ChatGPT.

  2. list_models

    List all available OpenAI models.

  3. generate_image

    Generate images using gpt-image-1 model.