codex-claude-subagent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codex-claude-subagentAsk Claude to review this change."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Codex–Claude Subagent
An MCP plugin for the Codex desktop app and Codex CLI that uses interactive Claude Code sessions as role-controlled subagents for exploration, code review, and implementation.
Sessions remain observable and resumable from Codex. The plugin does not use
the Claude API, claude -p, API-key billing, or nested agents.
It uses the Claude Code installation already available on your Mac and does not
install Claude Code for you.
Install
You need macOS, Node.js 20 or newer, Python 3, a plugin-enabled Codex desktop
app or Codex CLI, and Claude Code already signed in with an active claude.ai
subscription.
Codex desktop app from a ZIP
The easiest way to install the plugin in the Codex desktop app is:
Download the distribution ZIP from the latest GitHub Release
Double-click the downloaded release ZIP file to extract it.
Open the extracted folder and double-click
Install.commandto install the plugin.
If macOS blocks the installer the first time, right-click Install.command,
choose Open, and confirm.
Codex CLI from GitHub
For Codex CLI, add the GitHub marketplace and install the plugin:
codex plugin marketplace add zetsubo-dev/codex-claude-subagent
codex plugin add codex-claude-subagent@codex-claude-subagentRelated MCP server: claude-code
Quick start
After installation, start a new Codex conversation. No additional command or special plugin syntax is required. Describe the task in natural language and mention Claude when you want Codex to delegate it to Claude Code.
Examples:
Ask Claude to review this change.Have Claude investigate the cause of this test failure.Ask Claude to implement this fix.
Choose the Claude model and effort
Specify the model and reasoning effort in the same request when needed:
Ask Claude Sonnet to review this change with medium effort.Investigate this issue with Claude Opus using high effort.
The requested model and effort are passed through to Claude Code. If you omit either value, Claude Code uses its own default.
If this plugin is useful to you, please consider giving the repository a star. It helps others discover the project and supports further development.
License
This project is released under the MIT License.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityAmaintenanceDelegates work from MCP clients (like Claude Code) to the Codex CLI, allowing spawning of autonomous Codex subagents for tasks.Last updated169
- Alicense-qualityBmaintenanceEnables Codex to delegate tasks to Claude Code, allowing Claude to investigate, edit, and verify changes in the repository with background job management.Last updated6MIT
- Alicense-qualityAmaintenanceEnables Codex to orchestrate multi-agent coding by routing tasks to local Claude Code workers via CCSwitch, managing cost and model selection for planning, execution, and review.Last updated7MIT
- Alicense-qualityDmaintenanceEnables Claude Code to delegate tasks to OpenAI's Codex CLI (GPT-5.4) with structured execution traces, parallel execution, session persistence, and adversarial code review.Last updatedMIT
Related MCP Connectors
Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zetsubo-dev/codex-claude-subagent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server