Stats
Actions
Tags
npx claudepluginhub easingthemes/dx-aem-flow --plugin dx-aemCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"AEM": {
"command": "npx",
"args": [
"-y",
"aem-mcp-server",
"-t",
"stdio",
"-I",
"${AEM_INSTANCES}"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process