-
joomla-api-mcp (VERSION: 00.00.01-dev) Pre-Release
released this
2026-04-17 10:46:45 +00:00 | 525 commits to dev since this releaseChanged
- Migrated all workflow and template paths from
.github/to.mokogitea/ - Template source paths updated:
templates/gitea/totemplates/mokogitea/ - HCL definition files removed -- Template repos are now the canonical source
Added
branch-cleanup.yml: auto-delete merged feature branches after PR merge
Downloads
- Migrated all workflow and template paths from
-
v1.0.0 — Stable Release Stable
released this
2026-04-13 06:07:57 +00:00 | 609 commits to main since this releasejoomla-api-mcp v1.0.0
First stable release of the Joomla Web Services API MCP server.
Features
- 30+ MCP tools for managing Joomla 4/5/6 sites via the REST API
- Articles — list, create, update, delete with filtering
- Categories — full CRUD operations
- Users — create with auto-generated passwords, manage groups
- Plugins — list, enable/disable
- Menus, Modules, Templates — inspection tools
- Tags, Contacts, Banners, Newsfeeds, Media — listing and management
- Configuration — read/write application settings
- Raw API passthrough —
joomla_api_requestfor any endpoint - Multi-site support — named connections with per-site API tokens
Technical
- Uses
node:httpsfor proper self-signed TLS certificate support on Node.js 24+ - JSON recovery parser handles Joomla responses with appended HTML fragments
- Interactive setup wizard (
npm run setup) JOOMLA_API_MCP_CONFIGenv var for custom config file location
Install
git clone https://git.mokoconsulting.tech/MokoConsulting/joomla-api-mcp.git cd joomla-api-mcp npm install && npm run build && npm run setupDownloads