AEM MCP Server is a full-featured Model Context Protocol (MCP) server for Adobe Experience Manager (AEM) that allows users to manage AEM instances using natural language.
From the registry: AEM MCP server. Chat with your AEM instance for content, component, and asset operations.
Please install the `aem-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js** — Node.js 20.19.0+ || 22.12.0+ || 23+ (https://nodejs.org/)
- **AEM instance access** — Access to an Adobe Experience Manager instance (local or remote)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","aem-mcp-server","-t","stdio","-H","<your-aem-host>","-u","<your-aem-user>","-p","<your-aem-password>"]
Note: Also supports streamable HTTP transport via global install (npm i -g aem-mcp-server, then aem-mcp). For AEMaaCS use -i/-s for clientId/clientSecret OAuth S2S.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AEM_PASSWORDrequiredPassword for AEM user authentication.AEM_HOSTrequiredHost URL for the AEM instance.AEM_USERrequiredUsername for AEM user authentication.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…