Skip to content
Cursor

aem mcp server for Cursor

io.github.easingthemes/aem-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install aem mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aem mcp server in other clients