Skip to content
MCP-Bridge
Developer Tools

Adobe Experience Manager (AEM) API MCP Config

Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/adobe-com-aem.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/adobe-com-aem.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/adobe-com-aem.json

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