An MCP server that provides enriched blockchain data from Codex. This server can be used with any MCP-compatible client like Claude Desktop. To use the MCP Codex Server, you need to have a Codex API key. You can get your key from the Codex Dashboard. You can run the MCP Codex Server directly without installation using npx: Start the server using stdio (for embedding in CLI tools): For development
Add this skill
npx mdskills install Codex-Data/codex-mcpWell-documented setup and integration but lacks any description of actual blockchain tools provided
An MCP server that provides enriched blockchain data from Codex. This server can be used with any MCP-compatible client like Claude Desktop.
# Clone the repository
git clone https://github.com/codex-data/codex-mcp.git
cd codex-mcp
# Install dependencies
pnpm install
# Build the project
pnpm build
To use the MCP Codex Server, you need to have a Codex API key. You can get your key from the Codex Dashboard.
You can run the MCP Codex Server directly without installation using npx:
# Run the server in stdio mode (for CLI tools)
npx @codex-data/codex-mcp
Start the server using stdio (for embedding in CLI tools):
pnpm start
For development with auto-reload:
pnpm dev
No installation:
{
"mcpServers": {
"codex-data": {
"command": "npx",
"args": ["-y", "@codex-data/codex-mcp"],
"env": {
"CODEX_API_KEY": ""
}
}
}
}
Local installation:
{
"mcpServers": {
"codex-data": {
"command": "node",
"args": ["/path/to/codex-mcp/build/index.js"],
"env": {
"CODEX_API_KEY": ""
}
}
}
}
/path/to/codex-mcp with the actual path to your installationIf you're using Claude CLI:
# Add the MCP server
claude mcp add codex-data -e CODEX_API_KEY= npx @codex-data/codex-mcp
# Start Claude with the MCP server enabled
claude
ISC
Install via CLI
npx mdskills install Codex-Data/codex-mcpCodex MCP Server is a free, open-source AI agent skill. An MCP server that provides enriched blockchain data from Codex. This server can be used with any MCP-compatible client like Claude Desktop. To use the MCP Codex Server, you need to have a Codex API key. You can get your key from the Codex Dashboard. You can run the MCP Codex Server directly without installation using npx: Start the server using stdio (for embedding in CLI tools): For development
Install Codex MCP Server with a single command:
npx mdskills install Codex-Data/codex-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Codex MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.