Back to MCP Servers

Codex

[Codex API](https://www.codex.io) integration for real-time enriched blockchain and market data on 60+ networks

finance-fintechapiai

Installation

npx -y codex-mcp

Configuration

{
  "mcpServers": {
    "codex-mcp": {
      "command": "npx",
      "args": ["-y", "codex-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub