
Codex MCP 伺服器
這是一個 MCP 伺服器封裝器,作為 Claude(及其他 MCP 客戶端)與 OpenAI Codex CLI 之間的橋樑。它讓您能從偏好的 AI 程式開發環境中,直接運用 GPT 驅動的程式碼生成、分析、重構與執行功能。
概述
Codex MCP 伺服器 是一個輕量級、開源的 模型上下文協定(Model Context Protocol, MCP)伺服器,它封裝了 OpenAI 官方的 Codex CLI。它扮演橋樑角色,讓如 Claude Desktop/Code、Cursor、Windsurf 等 MCP 客戶端能夠將 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.



