A simple MCP (Model Context Protocol) server built using Python FastMCP and integrated with Adobe Experience Manager (AEM).
- 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
- Python 3.10+
- Adobe Experience Manager (AEM)
- MCP Python SDK
- Requests Library
Install dependencies:
py -m pip install mcp requestspy server.pyAdd the following configuration to your MCP settings:
{
"mcpServers": {
"hemanth-aem-mcp": {
"command": "py",
"args": [
"C:\\Mcp Server\\server.py"
]
}
}
}- Get AEM page title
- Get AEM page JSON
- Get AEM page type
Cursor → MCP Server → AEM → Response
Hemanth Gajula