Odel
Magento Cloud MCP Server

Magento Cloud MCP Server

Local
@juan-cinto-infracommerceJavaScriptMITUpdated 1mo ago

MCP server for Adobe Commerce Cloud — REST API + SSH, no PHP CLI required

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-magento-cloudv2.4.0

Run

npx -y mcp-magento-cloud

MCP client config

{
  "mcpServers": {
    "magento-cloud-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-magento-cloud"
      ]
    }
  }
}