loading…
Search for a command to run...
loading…
A Node.js server that provides a comprehensive API interface for Adobe Experience Platform (AEP) integration. It enables users to manage schemas, datasets, segm
A Node.js server that provides a comprehensive API interface for Adobe Experience Platform (AEP) integration. It enables users to manage schemas, datasets, segments, and profiles while supporting data ingestion and query services.
This Node.js server provides an API for integrating AI development and QA environments with Adobe Experience Platform (AEP), supporting key functions like schemas, datasets, segments, profiles, and beyond.
Future functionality
** credit to great work of Praveeen Sharma https://github.com/praveensharmajava/
git clone https://github.com/praveensharmajava/mcp-adobe-aep.git
cd mcp-adobe-aep
npm install
.env file in the root directory with your Adobe credentials:PORT=3000
AEP_BASE_URL=https://platform.adobe.io
AEP_CLIENT_ID=your_client_id
AEP_CLIENT_SECRET=your_client_secret
AEP_ORG_ID=your_organization_id
npm run build
npm start
For development:
npm run dev
Once the server is running, you can access the Swagger documentation at:
http://localhost:3000/api-docs
The server includes comprehensive error handling for:
To contribute to the project:
Run the test suite:
npm test
ISC
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-adobe-experience-platform-server": {
"command": "npx",
"args": []
}
}
}