aem-mcp-server

easingthemes/aem-mcp-server
★ 4 stars TypeScript Other Updated 2d ago
Full-featured MCP server for Adobe Experience Manager (AEM) — manage content, components, assets, and workflows via natural language
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}