# Codex MCP Server <div align="center"> [](https://github.com/x51xxx/codex-mcp-tool/releases) [![npm…
Details
Author
x51xxx
GitHub stars
23
Downloads
375
Categories
Developer Tools
Jump to
- File analysis with @ file references
- Multi-turn conversations with workspace isolation
- Native resume using codex resume (CLI v0.36.0+)
- Local OSS model support via Ollama or LM Studio
- Sandboxed code execution with --full-auto
- Structured brainstorming with SCAMPER framework
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
Install and add via claude mcp add codex-cli -- npx -y @trishchuk/codex-mcp-tool or configure in claude_desktop_config.json. Prerequisites: Node.js 18+ and a working Codex CLI installation (authenticated). Invoke tools like ask-codex, brainstorm, list-sessions, or health.
ask-codex
Execute Codex CLI with file analysis (@syntax), skills ($syntax), model selection, and safety controls. Supports changeMode.
batch-codex
Delegate multiple atomic tasks to Codex for batch processing. Ideal for repetitive operations, mass refactoring, and automated code transformations
review-changes
Run a code review against the current repository using Codex CLI native review subcommand
ping
Echo
help
receive help information
version
Display version and system information
brainstorm
Generate creative ideas using structured frameworks with domain context and feasibility analysis.
fetch-chunk
Retrieves cached chunks from a changeMode response. Use this to get subsequent chunks after receiving a partial changeMode response.
timeout-test
Test timeout prevention by running for a specified duration
list-sessions
List all active conversation sessions with metadata, or manage sessions
health
Check Codex CLI and session health status
list-skills
Discover available Codex skills from .agents/skills/ directory
do-act
Execute task via Codex, verify with shell command, auto-fix on failure. Act-Check-Fix loop.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
A collection of reference implementations for the Model Context Protocol (MCP), demonstrating secure and controlled access to tools and data sources for Large…