Codex v0.117.0 (released yesterday) now supports plugins.
OpenAI just added plugin support to Codex, and I made this because I was reading the official docs trying to get the mental model straight in my own head.

My rough read:
- Skills = reusable workflows
- Apps / connectors = service integrations
- MCP servers = external tools + context
- Plugins = the installable bundle that packages those together


I'll admit I'm still a bit confused about the boundary between apps and MCPs, since they seem to overlap.
My current read is that MCP is the more general connection layer, while apps feel more like service integrations that show up more directly in the product. For example, all the services I've connected in ChatGPT automatically appear in Codex.
Still, this feels like a useful change. It makes Codex workflows much easier to package and share across a repo or a personal setup.

/plugins, where you can browse and install available plugin bundles.



If someone has a cleaner mental model for apps vs MCPs, I'd love to hear it.