Odel
aem mcp server

aem mcp server

Local
@easingthemes4TypeScriptAGPL-3.0Updated 2mo ago

AEM MCP server. Chat with your AEM instance for content, component, and asset operations.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaem-mcp-serverv1.3.9

Run

npx -y aem-mcp-server

MCP client config

{
  "mcpServers": {
    "aem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aem-mcp-server"
      ]
    }
  }
}