Development
Joomla team works toward an MCP server for AI administration
Joomla developers are working on integrating a Model Context Protocol (MCP) server into the CMS core, a step that could let AI agents perform administrative tasks such as creating content, generating metadata and updating extensions across…
The work is described in the February 2026 issue of the Joomla Community Magazine in an article titled Evolving Joomla - Joomla CMS MCP Server: Opening the Door to AI-Powered Administration. MCP allows AI agents to use software tools through a standard protocol, rather than limiting them to conversational responses.
AI agents can already be used for tasks including working with files, browsing websites, writing and checking code, and planning travel or booking hotels. Through MCP, an agent can also operate a browser or use functions in development tools such as PHP Storm, including codebase search, error collection and debugging.
Potential Joomla use cases
The proposed Joomla server could expose administrative capabilities including:
- Creating categories, articles and menus automatically from a sitemap or PDF file
- Generating SEO-optimised titles and meta descriptions in batches
- Updating extensions on multiple sites at the same time
- Creating landing pages
The project is not intended to be restricted to super administrators. Its stated aim is a solution that is simple to configure, lightweight and accessible to a broad range of users.
Implementation details
Development includes a new Joomla entry point, alongside Site, Administrator, Api and Cli. This entry point will support Streamable HTTP, which is required for MCP. Authentication is currently expected to use tokens, while a universal OAuth server for Joomla is planned for a later stage.
The MCP capabilities—tools, resources and prompts—are being implemented as plugins. That architecture is intended to allow third-party developers to create MCP plugins that add AI support for their own Joomla extensions.