mzxrai/mcp-openai logo

mzxrai/mcp-openai

Free

与 OpenAI 最智能的模型聊天。

FreeFree tier
Inputs: textOutputs: text
Type
Open Source

About mzxrai/mcp-openai

OpenAI MCP Server is an open-source Model Context Protocol (MCP) server that enables developers to integrate OpenAI's latest chat models directly into Claude Desktop. It supports models including GPT-4o, GPT-4o-mini, o1-preview, and o1-mini, providing a simple message passing interface with basic error handling. The server can be easily installed via npx with minimal configuration, requiring only an OpenAI API key and Node.js version 18 or higher. It is an alpha-stage project licensed under MIT, authored by mzxrai.

Key Features

Direct integration with OpenAI's chat models
Support for multiple models: gpt-4o, gpt-4o-mini, o1-preview, o1-mini
Simple message passing interface
Easy installation via npx
Basic error handling
Open source (MIT license)

Pros & Cons

Pros
  • Free and open source (MIT license)
  • Easy setup with npx and Claude Desktop config
  • Supports latest OpenAI models including o1
  • Lightweight MCP server integration
  • Works on macOS and Linux
Cons
  • Alpha software with possible bugs
  • Requires an OpenAI API key (separate cost)
  • Only compatible with Claude Desktop
  • Limited to models currently supported (no custom models)

Best For

Using OpenAI models from within Claude DesktopComparing outputs of different OpenAI modelsLeveraging OpenAI's reasoning capabilities (o1) in a Claude workflow

FAQ

What models does the MCP OpenAI server support?
It supports GPT-4o, GPT-4o-mini, o1-preview, and o1-mini, with GPT-4o as the default model.
How do I install the MCP OpenAI server?
Add an entry to your claude_desktop_config.json with the command 'npx -y @mzxrai/mcp-openai@latest' and set the OPENAI_API_KEY environment variable to your OpenAI API key.
Is the MCP OpenAI server free?
The server itself is open source and free to use under the MIT license. However, you need your own OpenAI API key, which may incur usage costs from OpenAI.