nasoma/joomla-mcp-server
The Joomla MCP Server facilitates interaction between AI assistants (like Claude) and Joomla websites through the Joomla Web Services API. It provides tools to manage articles, including retrieving, creating, updating, and deleting content, as well as managing article states.
Platform-specific configuration:
{
"mcpServers": {
"joomla-mcp-server": {
"command": "npx",
"args": [
"-y",
"joomla-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...