OpenAI Codex Setup
OpenAI Codex is the main ChatGPT-based MCP client that Automation Agent for Adobe Premiere currently supports with a low-friction guided setup.
This page is for the Codex / Claude Code mode in the Automation Agent panel, which uses the panel-managed local HTTP MCP server.
What You Need
For the best Codex workflow, two things need to be true at the same time:
- the local Automation Agent MCP server is available
- Codex has an MCP server entry for Automation Agent
- the Automation Agent Codex skill is installed
Starting MCP alone is not enough. Without the MCP config, Codex cannot reach the local server. Without the skill, Codex can still talk to MCP, but it will usually make weaker assumptions about discovery, validation, and Premiere-specific authoring.
Best Setup Path
The preferred setup path is from inside the Automation Agent panel:
- open the
MCP Servertab - start or connect MCP
- open the
Agent Setupsection - use
Configure MCP - use
Install Codex Skill - restart Codex
- return to the panel and verify the status
Important:
- use the panel in
Codex / Claude Codemode - that mode uses the panel-managed HTTP MCP server
- this is different from
Claude Desktop Chat, which uses a client-launched local stdio runtime
Where The MCP Config Lives
Codex MCP configuration is stored in:
~/.codex/config.toml
The relevant Automation Agent entry looks like:
[mcp_servers.automation_blocks]
url = "http://127.0.0.1:53125/mcp"
What The Installer Writes
The Codex skill is installed to:
~/.codex/skills/automation-agent/
That folder should contain:
SKILL.mdagents/openai.yamlreferences/...
If Codex Was Already Open
Restart Codex after installing or updating the skill. Otherwise it may continue using the previous state or fail to pick up the skill at all.
If The Panel Says The Packaged Skill Is Missing
That usually means the current plugin build does not include the generated Codex skill export yet.
In development, rebuild the product assets and the plugin package, then reopen the panel.