Componente convertir a Joomla 3+ en un MCP server (crear, editar, eliminar artículos)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"com_samcpserver": {
"command": "npx",
"args": [
"-y",
"alejoasotelo/com_samcpserver"
]
}
}
}
Run in terminal:
claude mcp add com_samcpserver npx -y alejoasotelo/com_samcpserver
Add to .cursor/mcp.json:
{
"mcpServers": {
"com_samcpserver": {
"command": "npx",
"args": [
"-y",
"alejoasotelo/com_samcpserver"
]
}
}
}