Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ› ๏ธ Other Tools and Integrations
  3. MCP Openai
MCP Openai logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:19:52 PM

MCP Openai

User RatingsBe the first to rate and review this MCP server!
View Repository76 GitHub StarsTotal stargazers on GitHub for the source repository (76 stars).Visit Website
openaiclaudedeveloper-toolsllm

Lets Claude Desktop send chat requests to supported OpenAI models through an MCP server.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mzxrai-mcp-openai": {
      "command": "npx",
      "args": [
        "-y",
        "@mzxrai/mcp-openai@latest"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ› ๏ธ More in Other Tools and Integrations

Overview

The mzxrai/mcp-openai MCP server lets Claude Desktop call OpenAI chat models through the Model Context Protocol. It exposes an `openai_chat` tool that accepts a message array and an optional model name, defaulting to `gpt-4o`. Use it when Claude needs a response from OpenAI models such as `gpt-4o`, `gpt-4o-mini`, `o1-preview`, or `o1-mini`. Running it requires Node.js 18 or newer, Claude Desktop, and an OpenAI API key.

Use cases

โ€ขAsk o1 to evaluate a problem from Claude Desktop
โ€ขCompare responses from gpt-4o and gpt-4o-mini
โ€ขSend conversation messages to an OpenAI chat model
โ€ขUse Claude as the interface for selected OpenAI models

Key features

โ€ขOpenAI chat completion access
โ€ขSupport for four documented models
โ€ขSingle message-passing MCP tool
โ€ขOptional model selection
โ€ขBasic error handling

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Openai.

Extracted Tool Capabilities
OpenAI chat completion access
Support for four documented models
Single message-passing MCP tool
Optional model selection
Basic error handling

How MCP Openai works

What mzxrai/mcp-openai MCP server does

The mzxrai/mcp-openai MCP server connects Claude Desktop to OpenAI chat completion models. It gives Claude a single MCP tool for forwarding a conversation to OpenAI and receiving the model's response. The supported model list includes gpt-4o, gpt-4o-mini, o1-preview, and o1-mini; gpt-4o is used when no model is supplied.

This fits workflows where Claude should ask another OpenAI model for an opinion, comparison, or draft. For example, a user can ask Claude to send a problem to o1 or ask what gpt-4o thinks about a topic. The README describes the interface as simple message passing rather than a broader set of OpenAI operations.

How it works

Claude Desktop starts the server as a local Node.js process using npx. The server reads the OpenAI credential from the OPENAI_API_KEY environment variable. When Claude selects the MCP tool, the server passes the supplied messages to OpenAI's chat completion API and returns the result.

The tool accepts a required messages array and an optional model argument. The model value selects one of the supported OpenAI models. Basic error handling is included, but the project is identified as alpha software, so applications should account for possible bugs.

Setup and configuration

Install Node.js 18 or newer, Claude Desktop, and an OpenAI API key. Add an mcp-openai entry to Claude Desktop's claude_desktop_config.json. On macOS, the README places this file under ~/Library/Application Support/Claude/.

The configuration runs npx -y @mzxrai/mcp-openai@latest and supplies the key through OPENAI_API_KEY. After restarting or reloading Claude Desktop as needed, ask Claude to use an OpenAI model. The project specifically verifies macOS; Linux is not marked as verified in the supplied material.

The mzxrai/mcp-openai MCP server also includes development commands for installing dependencies with pnpm, building, watching for changes, and running in development mode. Those commands are for contributors rather than normal Claude Desktop installation.

Tools and capabilities

  • openai_chat: sends messages to OpenAI's chat completion API.
  • messages: required array of conversation messages.
  • model: optional model selector, defaulting to gpt-4o.
  • Supported models: gpt-4o, gpt-4o-mini, o1-preview, and o1-mini.

Limitations and notes

An OpenAI API key is required, so OpenAI usage is billed according to the user's OpenAI account and selected model; the supplied material does not describe any separate server pricing. The README provides no tools for image generation, embeddings, file handling, or other OpenAI APIs. It documents Claude Desktop as the client and macOS as the verified platform.

For troubleshooting, inspect Claude Desktop's MCP logs. The README gives a macOS log command using tail and a wildcard under ~/Library/Logs/Claude/. The project is licensed under MIT.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • MCP Chatgpt Responses logoMCP Chatgpt Responses

    MCP server for Claude to talk to ChatGPT and use its web search capability.

    ๐Ÿ› ๏ธ Other Tools and Integrations3 views
    Compare vs MCP Chatgpt Responses โ†’
  • MCP Simple Openai Assistant logoMCP Simple Openai Assistant

    MCP to talk to OpenAI assistants (Claude can use any GPT model as his assitant)

    ๐Ÿ› ๏ธ Other Tools and Integrations3 views
    Compare vs MCP Simple Openai Assistant โ†’
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    ๐Ÿ› ๏ธ Other Tools and Integrations4 views
    Compare vs Git โ†’
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    ๐Ÿ› ๏ธ Other Tools and Integrations3 views
    Compare vs Time โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
76
Stargazers on the source repository.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Openai

Add an MCP server entry to Claude Desktop that runs `npx -y @mzxrai/mcp-openai@latest` and sets `OPENAI_API_KEY`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Openai AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mzxrai-mcp-openai?style=directory)](https://allmcps.com/mcp/mzxrai-mcp-openai)
HTML Embed
<a href="https://allmcps.com/mcp/mzxrai-mcp-openai"><img src="https://allmcps.com/api/badge/mzxrai-mcp-openai?style=directory" alt="MCP Openai on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ› ๏ธOther Tools and Integrations
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 2, 2026
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars76
GitHub Star CountTotal stargazers on GitHub representing community popularity (76 stars).
41Quality signal: Fair ยท 41/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev ยท @mzxrai/mcp-openai@latest (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ› ๏ธ Other Tools and Integrations โ†’Alternatives to MCP Openai โ†’Install in Claude DesktopInstall in CursorInstall in VS Code