aem-llm-mcp-connector

The aem-llm-mcp-connector is a connector designed to integrate Adobe Experience Manager with large language models (LLM). This tool aids in content generation and automated workflows, enabling developers to leverage LLM capabilities through an API. It offers a user-friendly interface and promotes rapid development.

GitHub Stars

0

User Rating

Not Rated

Favorites

0

Views

22

Forks

0

Issues

0

README
AEM LLM MCP Connector

This project allows Adobe Experience Manager developers to generate components, templates, dialogs, and configurations using natural language prompts powered by an LLM (Large Language Model).

Features
  • LLM-to-Component Generator via MCP
  • Dialog and Sling Model auto-generator
  • JSON-based intermediate format
  • Fully extensible and secure
Usage
  1. Type a natural language prompt.
  2. System maps to JSON structure.
  3. MCP Job reads JSON and creates AEM nodes.
Prompt Example

"Create a hero banner component with title, subtitle, background image, and CTA button."

Output
  • /apps/llmconnector/components/hero-banner
  • /apps/llmconnector/templates/...
  • Dialog fields and HTL included

License

MIT