Back to MCP Servers
Codex Mcp Tool
MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)
coding-agentsai
By x51xxx
Installation
npx -y codex-mcp-toolConfiguration
{
"mcpServers": {
"codex-mcp-tool": {
"command": "npx",
"args": ["-y", "codex-mcp-tool"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes