tuannvm/codex-mcp-server
MCP server wrapper for OpenAI Codex CLI that enables Claude Code to leverage Codex's AI capabilities directly.
Overview
tuannvm/codex-mcp-server is a TypeScript MCP server. MCP server wrapper for OpenAI Codex CLI that enables Claude Code to leverage Codex's AI capabilities directly. Topics: claude-code, codex, cursor, mcp.
Ranked #1894 out of 25632 indexed tools.
In the top 8% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript No license
claude-codecodexcursormcp
Signal Breakdown
Stars 305
Freshness 3d ago
Issue Health 23%
Contributors 6
Dependents 0
Forks 48
Description Good
License None
How to Improve
Description low impact
License low impact
Issue Health high impact
Matched Queries
From the README
# Codex MCP Server
Bridge between Claude and OpenAI's Codex CLI — get AI-powered code analysis, generation, and review right in your editor.
```mermaid
graph LR
A[Claude Code] --> B[Codex MCP Server]
B --> C[Codex CLI]
C --> D[OpenAI API]
style A fill:#FF6B35
style B fill:#4A90E2
style C fill:#00D4AA
style D fill:#FFA500
```
## Quick Start
### 1. Install Codex CLI
```bash
npm i -g @openai/codex
codex login --api-key "your-openai-api-key"
```
### 2. Add to Claude Code
```bash
claude mcp add codex-cli -- npx -y codex-mcp-server
```
### 3. Start Using
```
Ask codex to explain this function
Use codex to refactor this code for better performance
Use review to check my uncommitted changes
```
## One-Click Install
## Tools
| Tool | Description |
|------|-------------|
| `codex` | AI coding assistant with session support, model selection, and structured output metadata |
| `review` | AI-powered code review for uncommitted changes, branches, or commits | Read full README on GitHub →
Are you the maintainer? Claim this listing