BKWSU-UK/com_mcpserver
A Joomla 5 MCP server component
Platform-specific configuration:
{
"mcpServers": {
"com_mcpserver": {
"command": "npx",
"args": [
"-y",
"com_mcpserver"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Joomla 5 component that exposes a Model Context Protocol (MCP) server via JSON-RPC over HTTP. It allows AI clients (e.g. Claude Desktop, Cursor) to interact with your Joomla site's content and APIs.
Version: 0.4.0 · Requires: Joomla 5.x · PHP 8.1+
---
mcp-http-bridge.js) for desktop MCP clients---
./build.sh to produce the installable zip under build/.components/com_mcpserver directory (or symlink it).cd admin
composer install --no-dev---
Navigate to Administrator → Components → MCP Server → Options.
| Setting | Default | Description | |---|---|---| | Server Name | joomla-mcp-server | Identifier returned in MCP server info | | Base URL | *(empty)* | Base URL of the Joomla REST API | | API Token | *(empty)* | Bearer token for outbound REST API calls | | Verify SSL | Yes | Verify SSL certificates on outbound requests | | Default Language | * | Language tag for content requests | | Cache TTL | 60 | Response cache lifetime in seconds | | WebSocket Host | 0.0.0.0 | Host for the WebSocket listener | | WebSocket Port | 9077 | Port for the WebSocket listene
Loading reviews...