Connect the OpenAI Codex CLI to the ui-kit MCP server.
Add to your Codex MCP configuration (~/.codex/config.json or project-level):
{
"mcpServers": {
"ui-kit": {
"type": "sse",
"url": "https://ui-kit-mcp.annondeveloper.workers.dev/sse"
}
}
}{
"mcpServers": {
"ui-kit": {
"command": "npx",
"args": ["@annondeveloper/ui-kit", "mcp"]
}
}
}