Aem
Freeby MCP Community
AEM MCP server. Chat with your AEM instance for content, component, and asset operations.
v1.6.2Added Apr 12, 2026
AEMMCPModel Context ProtocolLLMAdobe Experience Manager
Aem MCP Server
AEM MCP server. Chat with your AEM instance for content, component, and asset operations.
Installation
Reviews
Installation
Quick install
npx -y aem-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"aem": {
"command": "npx",
"args": ["-y", "aem-mcp-server"]
}
}
}