Skip to content

Hemanth27-code/aem-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

AEM MCP Server

A simple MCP (Model Context Protocol) server built using Python FastMCP and integrated with Adobe Experience Manager (AEM).

Features

  • Fetch AEM page title
  • Fetch AEM page JSON
  • Fetch AEM page resource type
  • Connect with Cursor using MCP
  • Read data from AEM model.json endpoints

Prerequisites

  • Python 3.10+
  • Adobe Experience Manager (AEM)
  • MCP Python SDK
  • Requests Library

Installation

Install dependencies:

py -m pip install mcp requests

Run the Server

py server.py

MCP Configuration

Add the following configuration to your MCP settings:

{
  "mcpServers": {
    "hemanth-aem-mcp": {
      "command": "py",
      "args": [
        "C:\\Mcp Server\\server.py"
      ]
    }
  }
}

Example Queries

  • Get AEM page title
  • Get AEM page JSON
  • Get AEM page type

Architecture

Cursor → MCP Server → AEM → Response

Author

Hemanth Gajula

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages