Codex Delegate
Rank #3,530io.github.andreilungeanu/codex-delegate-mcp
Bridge AI coding hosts to the OpenAI Codex CLI for delegated implementation.
Codex Delegate is a Model Context Protocol (MCP) server published by andreilungeanu. It ranks #3,530 of 121,933 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Codex Delegate is listed across 2 registries — Official MCP and Glama, with 13 tracked versions. It was first listed on Jul 17, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 118,403 of 121,933 servers on MCP Toplist.
Use Codex Delegate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add codex-delegate-mcp -- npx -y codex-delegate-mcp[mcp_servers.codex-delegate-mcp]
command = "npx"
args = ["-y", "codex-delegate-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"codex-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"codex-delegate-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"codex-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"codex-delegate-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"codex-delegate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codex-delegate-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"codex-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"codex-delegate-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"codex-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"codex-delegate-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.andreilungeanu%2Fcodex-delegate-mcp)<a href="https://mcptoplist.com/server/io.github.andreilungeanu%2Fcodex-delegate-mcp"><img src="https://mcptoplist.com/badge/io.github.andreilungeanu%2Fcodex-delegate-mcp.svg" alt="MCP Toplist: Top 5% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
andreilungeanu
Other servers by andreilungeanu
View all andreilungeanu servers →Available versions (13)
| Version | Published |
|---|---|
| 2.2.1 | Sep 4, 2026 |
| 2.2.0 | Sep 3, 2026 |
| 2.1.1 | Sep 3, 2026 |
| 2.1.0 | Sep 3, 2026 |
| 2.0.0 | Aug 20, 2026 |
| 1.21.1 | Aug 14, 2026 |
| 1.21.0 | Aug 12, 2026 |
| 1.20.0 | Aug 12, 2026 |
| 1.19.1 | Aug 11, 2026 |
| 1.19.0 | Aug 11, 2026 |
| 1.18.1 | Aug 10, 2026 |
| 1.18.0 | Aug 10, 2026 |
| 1.17.0 | Aug 10, 2026 |
Frequently asked questions
- Who maintains Codex Delegate?
- Codex Delegate is maintained by andreilungeanu, which publishes 2 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Codex Delegate listed on the Official MCP Registry?
- Yes — Codex Delegate is listed on the Official MCP Registry, alongside Glama.
- How many versions does Codex Delegate have?
- MCP Toplist tracks 13 versions of Codex Delegate, most recently published on Sep 4, 2026.
- Where can I find the source code for Codex Delegate?
- The source code for Codex Delegate is hosted at github.com/andreilungeanu/codex-delegate-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.