Description
Provides tools for interacting with Adobe Experience Manager (AEM) instances, supporting both AEMaaCS (cloud) and self-hosted deployments. Enables content management, component operations, asset handling, advanced search via QueryBuilder, replication, rollout, text and image extraction from pages, and JCR node access through REST and JSON-RPC APIs.
Installation
git clone https://github.com/easingthemes/aem-mcp-server Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"aem": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}