Skip to content
MCP-Bridge
Developer Tools

Adobe Experience Manager (AEM) API Claude Desktop Config

Add the Adobe Experience Manager (AEM) API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "adobe-com-aem": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/adobe-com-aem"
      ],
      "env": {
        "ADOBE_EXPERIENCE_MANAGER__AEM__API_API_KEY": "your_adobe_experience_manager__aem__api_api_key"
      }
    }
  }
}

Environment Variables

ADOBE_EXPERIENCE_MANAGER__AEM__API_API_KEY

Replace your_adobe_experience_manager__aem__api_api_key with your actual adobe experience manager aem api api key

Endpoints

POST/.cqactions.html

postCqActions

POST/apps/system/config/com.adobe.granite.auth.saml.SamlAuthenticationHandler.config

postConfigAdobeGraniteSamlAuthenticationHandler

POST/apps/system/config/com.shinesolutions.aem.passwordreset.Activator

postConfigAemPasswordReset

POST/apps/system/config/com.shinesolutions.healthcheck.hc.impl.ActiveBundleHealthCheck

postConfigAemHealthCheckServlet

POST/apps/system/config/org.apache.felix.http

postConfigApacheFelixJettyBasedHttpService

POST/apps/system/config/org.apache.http.proxyconfigurator.config

postConfigApacheHttpComponentsProxyConfiguration

POST/apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet

postConfigApacheSlingDavExServlet

POST/apps/system/config/org.apache.sling.security.impl.ReferrerFilter

postConfigApacheSlingReferrerFilter

POST/apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet

postConfigApacheSlingGetServlet

POST/apps/system/config/{configNodeName}

postConfigProperty