OlympHill
codex-mcp logo

codex-mcpCodex API 的模型上下文协议服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Codex MCP Server 是针对 Codex API 的模型上下文协议(Model Context Protocol)服务器。它提供来自 Codex 的丰富区块链数据,可与任何兼容 MCP 的客户端(如 Claude Desktop)一起使用。使用 MCP Codex Server 需要一个 Codex API 密钥,可从 Codex Dashboard 获取。 服务器可通过两种方式运行:使用 npm 或本地安装。使用 npm 时,可执行命令 `npx @codex-data/codex-mcp`。本地安装则需克隆仓库、安装依赖并构建项目。 MCP Codex Server 可通过在 Claude Desktop 中添加新服务器配置与之集成。可以选择本地安装服务器或直接使用 `npx` 命令而无需安装。使用 Claude CLI 的用户可通过运行 `claude mcp add codex-data` 来添加 MCP 服务器。

主要功能

  • 模型上下文协议服务器
  • 丰富的区块链数据
  • 兼容 MCP 客户端的支持
  • CLI 工具的 stdio 模式
  • 开发时的自动重载

价格

模型
Free
评分
暂无评价

使用场景

区块链数据集成

使用 Codex MCP Server 将丰富的区块链数据集成到兼容 MCP 的客户端(如 Claude Desktop)中。

使用 Claude CLI 进行开发

通过 Claude CLI 运行 Codex MCP Server,以在命令行界面访问 Codex 数据。

优点 & 缺点

优点

  • 来自 Codex 的丰富区块链数据
  • 兼容如 Claude Desktop 等 MCP 客户端
  • 使用 npx 可轻松设置

缺点

  • 需要 Codex API 密钥
  • 关于可扩展性和性能的信息有限

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Do I need a Codex API key to use the server, and where do I get one?

Yes, a Codex API key is mandatory. Obtain it from the Codex Dashboard; then set it in the server’s environment (`CODEX_API_KEY`) before starting the MCP server.

Asked by Noor Siddiqui · Sep 8, 2025

What is required to integrate the MCP server with Claude Desktop?

Add a new server configuration in Claude Desktop’s Developer tab. You can point it to the npx command or to a locally built script, and provide your Codex API key via the `CODEX_API_KEY` environment variable.

Asked by Grace Okafor · Aug 18, 2025

How do I start the Codex MCP Server without installing it locally?

You can run it directly with npx by executing `npx @codex-data/codex-mcp`. This starts the server in stdio mode, suitable for CLI tools, and only requires you to set the `CODEX_API_KEY` environment variable.

Asked by Yara Mansour · Jul 10, 2025

提问

服务配缩器 的替代品