CodexPlusPlus

GitHub

An enhanced tool for CodexApp, striving to make Codex better to use and more comfortable 一个CodexApp的增强工具,努力让Codex变得更好用更舒服

28,739 stars Rust
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "CodexPlusPlus": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-CodexPlusPlus"
      ]
    }
  }
}