Skip to content
Gemini CLI

aem mcp server for Gemini CLI

io.github.easingthemes/aem-mcp-server

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

client:Gemini CLI transport:stdio runtime:npm

Install aem mcp server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

aem mcp server in other clients