
Codex MCP サーバー
これはClaude(および他のMCPクライアント)とOpenAIのCodex CLIを橋渡しするMCPサーバーラッパーで、あなたが好むAIコーディング環境からGPTを活用したコード生成、分析、リファクタリング、実行を直接利用できるようにします。
概要
Codex MCP サーバーは、OpenAI公式のCodex CLIをラップする軽量でオープンソースのModel Context Protocol (MCP) サーバーです。これはClaude Desktop/Code、Cursor、WindsurfなどのMCPクライアントがCodexを高度なコーディングタスクのためのツールとして呼び出せるようにするブリッジとして機能します。
これにより、Claudeが高レベルの推論と戦略を担当し、強力なGPTベースのエンジンを備えたCodexに重いコード生成、リファクタリング、分析、実行を委任するハイブリッドAIワークフローが可能になります。
tuannvmやその他による人気のあるコミュニティプロジェクト。

主な機能
- OpenAI Codex CLIの機能との完全な統合 a- Codexコマンド(説明、リファクター、生成、分析、実行など)を構造化された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.



