
Codex MCP 服务器
一个 MCP 服务器包装器,将 Claude(及其他 MCP 客户端)与 OpenAI 的 Codex CLI 连接起来,让你能够直接从你喜欢的 AI 编码环境中利用 GPT 驱动的代码生成、分析、重构和执行功能。
概述
Codex MCP 服务器 是一个轻量级的、开源的 模型上下文协议(MCP)服务器,它封装了 OpenAI 官方的 Codex CLI。它充当一座桥梁,允许 MCP 客户端(如 Claude Desktop/Code、Cursor、Windsurf 等)调用 Codex 作为高级编码任务的工具。
这实现了混合式 AI 工作流,Claude 负责高层次的推理和策略,而将繁重的代码生成、重构、分析和执行任务委托给 Codex 强大的基于 GPT 的引擎。
受欢迎的社区项目,由 tuannvm 等人维护。

主要特性
- 与 OpenAI Codex CLI 功能的完整集成
- 将 Codex 命令(explain, refactor, generate, analyze, exec 等)作为结构化的 MCP 工具暴露出来
- 支持
codex exec用于安全、沙盒化的代码执行和编辑 - 流式传输进度更新和结构化的补丁输出
- 通过
npx实现简单的单命令安装 - 可与本地 STDIO 和可配置环境一起工作
- 跨平台(macOS, Linux, Windows)
- 文件修改的安全审批流程
安装与设置
快速开始(适用于 Claude Code)
Tags
Related Entries
Keep exploring similar tools and resources in this category.

vercel eve
MCP ServersVercel Eve is an open-source, filesystem-first TypeScript framework for building durable AI agents on Vercel. It organizes agent capabilities as files for instructions, tools, skills, channels, schedules, subagents, and connections, including integrations with external MCP and OpenAPI tools.

viewmax mcp
MCP ServersViewMax MCP is a hosted Streamable HTTP MCP server for generating AI video, images, music, speech, and sound effects, with tools for model discovery, task polling, and credit checks. Official setup is documented for Claude Web/Desktop, Claude Code, Cursor, Codex, and SDK clients.

openaiDeveloperDocs
MCP ServersOpenAI Developer Docs MCP is an OpenAI-hosted, read-only server that lets MCP clients search and fetch documentation from developers.openai.com, platform.openai.com, and learn.chatgpt.com. It uses a public streamable HTTP endpoint and does not call the OpenAI API on the user's behalf.
DataForSEO MCP Server
MCP ServersDataForSEO MCP Server is the official Model Context Protocol server for connecting AI clients to DataForSEO SEO, SERP, keyword, backlink, on-page, business, domain, content, merchant, and AI optimization data. It can be used as a hosted Streamable HTTP endpoint, a local npx package, a Docker container, or a source-built TypeScript server.
GitHub Copilot Coding Agent
MCP ServersGitHub Copilot Coding Agent, now documented as Copilot cloud agent, is GitHub's asynchronous software development agent for researching repositories, planning changes, editing code on branches, and opening pull requests for review. It runs in a GitHub Actions-powered environment and can be started from GitHub, supported IDEs, GitHub CLI, the REST API, integrations, or the GitHub MCP Server.
Related Reads
Background, tutorials, and protocol context connected to this entry.



