com_samcpserver

alejoasotelo/com_samcpserver
★ 0 stars PHP 📦 Other Updated today
Componente convertir a Joomla 3+ en un MCP server (crear, editar, eliminar artículos)
View on GitHub →

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"
      ]
    }
  }
}