Full-featured MCP server for Adobe Experience Manager (AEM) — manage content, components, assets, and workflows via natural language
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aem-mcp-server": {
"command": "npx",
"args": [
"-y",
"easingthemes/aem-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add aem-mcp-server npx -y easingthemes/aem-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"aem-mcp-server": {
"command": "npx",
"args": [
"-y",
"easingthemes/aem-mcp-server"
]
}
}
}