Codex MCP Tool
Rank #11,101io.github.x51xxx/codex-mcp-tool
MCP server providing codex-tool capabilities
Codex MCP Tool is a Model Context Protocol (MCP) server published by x51xxx. It ranks #11,101 of 115,591 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Codex MCP Tool is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Sep 8, 2025 and most recently updated on Mar 13, 2026.
Ranks ahead of 104,490 of 115,591 servers on MCP Toplist.
Use Codex MCP Tool
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add codex-mcp-tool -e "CODEX_MCP_CWD=<your CODEX_MCP_CWD>" -e "CODEX_SESSION_TTL_MS=<your CODEX_SESSION_TTL_MS>" -e "CODEX_MAX_SESSIONS=<your CODEX_MAX_SESSIONS>" -- npx -y @trishchuk/codex-mcp-toolReplace each placeholder with your own value before saving.
[mcp_servers.codex-mcp-tool]
command = "npx"
args = ["-y", "@trishchuk/codex-mcp-tool"]
[mcp_servers.codex-mcp-tool.env]
CODEX_MCP_CWD = "<your CODEX_MCP_CWD>"
CODEX_SESSION_TTL_MS = "<your CODEX_SESSION_TTL_MS>"
CODEX_MAX_SESSIONS = "<your CODEX_MAX_SESSIONS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codex-mcp-tool": {
"command": "npx",
"args": [
"-y",
"@trishchuk/codex-mcp-tool"
],
"env": {
"CODEX_MCP_CWD": "<your CODEX_MCP_CWD>",
"CODEX_SESSION_TTL_MS": "<your CODEX_SESSION_TTL_MS>",
"CODEX_MAX_SESSIONS": "<your CODEX_MAX_SESSIONS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codex-mcp-tool": {
"command": "npx",
"args": [
"-y",
"@trishchuk/codex-mcp-tool"
],
"env": {
"CODEX_MCP_CWD": "<your CODEX_MCP_CWD>",
"CODEX_SESSION_TTL_MS": "<your CODEX_SESSION_TTL_MS>",
"CODEX_MAX_SESSIONS": "<your CODEX_MAX_SESSIONS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"codex-mcp-tool": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@trishchuk/codex-mcp-tool"
],
"env": {
"CODEX_MCP_CWD": "<your CODEX_MCP_CWD>",
"CODEX_SESSION_TTL_MS": "<your CODEX_SESSION_TTL_MS>",
"CODEX_MAX_SESSIONS": "<your CODEX_MAX_SESSIONS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codex-mcp-tool": {
"command": "npx",
"args": [
"-y",
"@trishchuk/codex-mcp-tool"
],
"env": {
"CODEX_MCP_CWD": "<your CODEX_MCP_CWD>",
"CODEX_SESSION_TTL_MS": "<your CODEX_SESSION_TTL_MS>",
"CODEX_MAX_SESSIONS": "<your CODEX_MAX_SESSIONS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codex-mcp-tool": {
"command": "npx",
"args": [
"-y",
"@trishchuk/codex-mcp-tool"
],
"env": {
"CODEX_MCP_CWD": "<your CODEX_MCP_CWD>",
"CODEX_SESSION_TTL_MS": "<your CODEX_SESSION_TTL_MS>",
"CODEX_MAX_SESSIONS": "<your CODEX_MAX_SESSIONS>"
}
}
}
}Replace each placeholder with your own value before saving.
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.x51xxx%2Fcodex-mcp-tool)<a href="https://mcptoplist.com/server/io.github.x51xxx%2Fcodex-mcp-tool"><img src="https://mcptoplist.com/badge/io.github.x51xxx%2Fcodex-mcp-tool.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
x51xxx
Other servers by x51xxx
- OSP Marketing Tools MCP Server#33,825
- copilot-mcp-server#39,695
- @trishchuk/mcp-fetch-server#46,171
- Coolors MCP#50,769
- Kimi MCP Server#56,281 · 1 ver
- GitHub Explorer MCP#70,457
Available versions (3)
| Version | Published |
|---|---|
| 2.2.0 | Mar 13, 2026 |
| 2.1.1 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Codex MCP Tool?
- Codex MCP Tool is maintained by x51xxx, which publishes 7 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Codex MCP Tool listed on the Official MCP Registry?
- Yes — Codex MCP Tool is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Codex MCP Tool have?
- MCP Toplist tracks 3 versions of Codex MCP Tool, most recently published on Mar 13, 2026.
- Where can I find the source code for Codex MCP Tool?
- The source code for Codex MCP Tool is hosted at github.com/x51xxx/codex-mcp-tool.