OpenAI this week announced that it is adding plugins to Codex. These plugins for third-party services like Box, Figma, Linear, Notion, Sentry, Slack, Gmail, and Hugging Face, package reusable workflows, MCP servers, and app integrations into installable bundles for the Codex app. This move is reminiscent of what Anthropic has been doing with Claude Code and its desktop app, as well as Google’s Gemini CLI, both of which already offer comparable systems. But maybe more importantly, it is also a step for OpenAI to bring more tools into Codex that are not directly coding-related and will make the app more attractive to users who may be considering a move to Claude and Claude Cowork in Anthropic’s desktop app. If Codex becomes the core of OpenAI’s “superapp,” it needs to go beyond coding. This feels like a first step in this direction.Credit: OpenAI.Many of the new plugins, of course, are coding related, but it is noteworthy that this first new group of plugins push Codex into the planning, research, and coordination phases that happen before and after the code is written. Instead of stitching together separate MCP servers and custom instructions, a plugin can package everything into one install that teams can then standardize on across developers without asking each person to assemble the pieces.At their core, Codex plugins bundle skills (the usual Markdown-based workflows virtually all AI companies now support), with optional app connectors, and MCP servers for external tools. More than 20 plugins are available at launch, and users will be able to use them across the Codex app, CLI, and OpenAI’s VS Code extension. Interestingly, OpenAI is putting these plugins front-and-center in the Codex UI, with a dedicated tab right underneath the ‘New Thread’ button. Clicking that takes you into a curated directory in the app. Self-serve publishing is not yet available, but support for additional plugins is coming soon. In the Codex CLI, the /plugins command lets you install them from the terminal.Credit: OpenAI.One of the more complex examples for a plugin that is currently available in the directory is the “build web app” plugin. It bundles the Stripe, Supabase, and Vercel MCP servers with dedicated skills to deploy to Vercel, build frontends, and best practices for web design and using these third-party services. What about Anthropic and Google?Anthropic’s Claude Code has offered plugins since earlier this year, also bundling MCP servers, skills, slash commands, and hooks into single-click installs. Anthropic similarly ships a built-in marketplace with its app, and developers can also publish to repo-level or personal marketplaces, too (this feature is coming to Codex soon). Google’s Gemini CLI and Antigravity, the company’s AI-centric IDE, call these plugins “extensions,” but they are quite similar to Anthropic’s and OpenAI’s implementation: MCP servers, custom commands, agent skills, hooks, and themes, distributed via GitHub or a built-in registry. Google also recently added extension settings that prompt users for configuration like API keys at install time and store them in the system keychain.For the most part, all of the three major vendors now use the same architecture for these plugins/extensions. Switching between them and Codex is also quite easy. OpenAI explicitly notes that “if you already have a plugin from another ecosystem or a plugin you built yourself, you can add it to your local marketplace with @plugin-creator.” This plugin creator, which also mimics similar features in Claude Code and Cowork, for example, lets you build new plugins — or at least create the scaffold for one — by simply describing the functionality you are looking for.The post OpenAI’s Codex gets plugins appeared first on The New Stack.