openai-codex-mcp

openai-codex-mcp

3.4

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

An MCP server to wrap the OpenAI Codex CLI tool for use with Claude Code.

The openai-codex-mcp project provides a JSON-RPC server that enables Claude Code to interact with the OpenAI Codex CLI tool. This integration allows Claude Code to leverage OpenAI's models for tasks such as code generation, explanation, and debugging. The server has been enhanced with specialized methods for common coding tasks, model selection options, and simplified syntax for easier integration. These improvements facilitate the use of OpenAI's models for specific programming tasks without complex prompt engineering.

Features

  • Specialized Methods: Dedicated methods for common coding tasks like writing, explaining, and debugging code.
  • Model Selection: Clearly defined model options with defaults for different use cases.
  • Simplified Syntax: Intuitive parameter naming and structure for easier integration.