Skip to content
Cursor

Magento Cloud MCP Server for Cursor

io.github.juan-cinto-infracommerce/magento-cloud

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

client:Cursor transport:stdio runtime:npm

Install Magento Cloud MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Magento Cloud MCP Server in other clients