Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/adobe-com-aem.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "adobe-com-aem": {
      "url": "https://mcpbridge.org/config/adobe-com-aem.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "adobe-com-aem": {
      "url": "https://mcpbridge.org/config/adobe-com-aem.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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