A
Adobe Experience Manager
Connect the Adobe Experience Manager remote MCP server at https://mcp.adobeaemcloud.com/adobe/mcp/aem
Share:
About
Connect the Adobe Experience Manager remote MCP server at https://mcp.adobeaemcloud.com/adobe/mcp/aem. Manage your Adobe Experience Manager content. Setup guides for Claude Code, Codex, Cursor, and VS Code.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Adobe Experience Manager.
- What is the Adobe Experience Manager MCP server?
- The Adobe Experience Manager MCP server allows you to manage content within your Adobe Experience Manager instance. It provides an interface for programmatic interaction with AEM content, streamlining content-related workflows.
- How do I connect to the Adobe Experience Manager MCP server?
- You can connect to the server at https://mcp.adobeaemcloud.com/adobe/mcp/aem using an MCP client like Claude Code, Codex, Cursor, or VS Code. Specific setup guides are available on the documentation page.
- Does the Adobe Experience Manager MCP server require authentication?
- Yes, authenticating with the Adobe Experience Manager MCP server requires OAuth. You will need to configure your OAuth credentials in your MCP client to establish a secure connection.
- What are the primary capabilities of the AEM MCP server?
- The AEM MCP server primarily enables content management for Adobe Experience Manager. This includes tasks related to content creation, retrieval, and modification within your AEM environment.
- Is there a cost associated with using the Adobe Experience Manager MCP server?
- The cost of using the Adobe Experience Manager MCP server depends on your existing Adobe Experience Manager licensing and any associated usage fees. Consult Adobe's documentation for specific pricing details.
- What is a prerequisite for using the Adobe Experience Manager MCP server?
- A prerequisite for utilizing this MCP server is an active Adobe Experience Manager instance. The server acts as a connector to an existing AEM deployment.
Install Adobe Experience Manager
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"adobe-experience-manager": {
"url": "https://…",
"transport": "http",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"adobe-experience-manager": {
"url": "https://…"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"adobe-experience-manager": {
"type": "http",
"url": "https://…"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.