The Codex Bridge MCP server connects AI agents to OpenAI models using the official CLI. It provides access to code generation, completion, and editing tools. Developers use it to integrate OpenAI's Codex capabilities into their AI agent workflows.
The Codex Bridge MCP server connects AI agents to OpenAI models using the official CLI. It provides access to code generation, completion, and editing tools. Developers use it to integrate OpenAI's Codex capabilities into their AI agent workflows.
pip install codex-bridgeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"elyin-codex-bridge-github": {
"command": "uvx",
"args": [
"pip install codex-bridge"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from codex bridge?"
API Key Required
This server requires an API key from codex bridge. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CODEX_BRIDGE_API_KEY | Yes | Your codex bridge API key |
"What resources are available in codex bridge?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in codex bridge"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in codex bridge with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.