codex-cli-mcp-tool

Mr-Tomahawk/codex-cli-mcp-tool
★ 20 stars TypeScript 🤖 AI/LLM Updated 23d ago
MCP server that allows Claude Code to interact with OpenAI Codex CLI
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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