aem-mcp-server

gilbert-lee-tech/aem-mcp-server
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
TypeScript MCP server for querying/searching AEM content via QueryBuilder API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

A TypeScript MCP server that connects Claude Code to a local AEM instance, enabling AI-assisted querying and browsing of AEM content. ``` You (natural language) │ ▼ Claude Code (AI) │ decides to call a tool, e.g. search_content │ communicates over stdio (MCP protocol) ▼ aem-mcp-server (this project)

Tools (2)

get_pagesearch_content