aem-mcp-python-server

gilbert-lee-tech/aem-mcp-python-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Python MCP server for local Adobe Experience Manager (AEM) 6.x — exposes page search, page creation, and workflow triggering as Claude tools
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-python-serve": {
      "command": "uvx",
      "args": [
        "aem-mcp-python-server"
      ]
    }
  }
}

Or install with pip: pip install aem-mcp-python-server