Skip to content
Claude Desktop

codex mcp bridge for Claude Desktop

io.github.hampsterx/codex-mcp-bridge

Wraps Codex CLI as MCP tools: codex, review, query, search, structured, ping, listSessions.

client:Claude Desktop transport:stdio runtime:npm

Install codex mcp bridge in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codex-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "codex-mcp-bridge"
      ],
      "env": {
        "CODEX_CLI_PATH": "<CODEX_CLI_PATH>",
        "CODEX_DEFAULT_MODEL": "<CODEX_DEFAULT_MODEL>",
        "CODEX_FALLBACK_MODEL": "<CODEX_FALLBACK_MODEL>",
        "CODEX_MAX_CONCURRENT": "<CODEX_MAX_CONCURRENT>",
        "CODEX_MCP_SERVERS": "<CODEX_MCP_SERVERS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

codex mcp bridge in other clients