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.
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.