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
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
- Type a natural language prompt.
- System maps to JSON structure.
- 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
discord-mcp is a Java-based application that integrates with Discord servers to provide functionalities utilizing the Model Context Protocol (MCP). Users can retrieve server information through APIs and leverage tools that enhance communication efficiency. It serves as a valuable resource, especially for developers and community managers.