The reputation layer for AI skills, tools & agents

tuannvm/codex-mcp-server

Score: 41.1 Rank #1894

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

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Issue Health high impact

You have 10 open vs 3 closed issues — triaging stale issues improves health

Badge

AgentRank score for tuannvm/codex-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/tuannvm--codex-mcp-server)](https://agentrank-ai.com/tool/tuannvm--codex-mcp-server)
<a href="https://agentrank-ai.com/tool/tuannvm--codex-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/tuannvm--codex-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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