
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
aem-mcp-server
Advanced tools
AEM MCP Server is a full-featured Model Context Protocol (MCP) server for Adobe Experience Manager (AEM). It provides a simple integration with any AI Agent. This project is designed for non-technical persons who want to manage AEM via natural language.
npm install aem-mcp-server -g
With default settings (admin:admin credentials for http://localhost:4502):
aem-mcp
Options:
--version Show version number [boolean]
-H, --host [string] [default: "http://localhost:4502"]
-u, --user [string] [default: "admin"]
-p, --pass [string] [default: "admin"]
-i, --id clientId [string] [default: ""]
-s, --secret clientSecret [string] [default: ""]
-m, --mcpPort [number] [default: 8502]
-h, --help Show help [boolean]
For AEMaaCS, use the clientId and clientSecret for authentication. More info.
For self-hosted AEM use user/pass. The default credentials are admin:admin.
aem-mcp -u=user@domain.com -p=mypass -H=https://author-qa.domain.com
AEM MCP Server is compatible with modern AI IDEs and code editors that support MCP protocol, such as Cursor and Copilot (eg in WebStorm or VS Code).
Install and run the AEM MCP Server as described above.
Configure your IDE to connect to the MCP server:
http://127.0.0.1:8502/mcpRestart your IDE if needed. The IDE will now be able to:
Sample for AI-based code editors or custom clients:
{
"mcpServers": {
"AEM": {
"url": "http://127.0.0.1:8502/mcp"
}
}
}

List all components on MyPage
For detailed API documentation, please refer to the API Docs.
FAQs
AEM Model Context Protocol (MCP) server
We found that aem-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.