npx claudepluginhub easingthemes/dx-aem-flow --plugin dx-coreAdd to your .mcp.json:
{
"mcpServers": {
"axe-mcp-server": {
"command": "docker",
"args": [
"run",
"--add-host=host.docker.internal:host-gateway",
"-i",
"--rm",
"-e",
"AXE_API_KEY",
"dequesystems/axe-mcp-server:latest"
]
}
}
}docker