Skip to main content
Coding AgentsTypeScript

x51xxx/codex-mcp-tool

MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)

coding-agentscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/x51xxx/codex-mcp-tool

Claude Desktop configuration example:

{
  "mcpServers": {
    "codex-mcp-tool": {
      "command": "npx",
      "args": [
        "-y",
        "x51xxx/codex-mcp-tool"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
x51xxx