Codex
Add with the Codex CLI
- 1Run the two commands below in your terminal.
- 2Your browser opens. Sign in to Player Games and approve the connection.
- 3Run codex mcp list, or open /mcp in Codex, to verify all eight tools are available.
codex mcp add player-games --url https://www.player.games/api/chatgpt-mcp
codex mcp login player-gamesConfigure with config.toml instead
Add this block to your personal Codex configuration, then runcodex mcp login player_games.
[mcp_servers.player_games]
url = "https://www.player.games/api/chatgpt-mcp"The Codex app, CLI, and IDE extension share MCP configuration on the same machine.
Official Codex MCP guide