Loading MCP server directory, please wait...
Full-CRUD Adobe Experience Platform server: 51 tools for schemas, ingestion, profiles, audiences.
npx @getmcp/cli add com.focusgts/aepRequires Node.js 18+. Community-contributed server. Review source before installing.
AEP_CLIENT_IDAdobe I/O client ID from an OAuth Server-to-Server credential in the Adobe Developer Console.
AEP_CLIENT_SECRETAdobe I/O client secret paired with AEP_CLIENT_ID.
AEP_ORG_IDAdobe IMS organization ID, in the form xxxxxxxxx@AdobeOrg.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.focusgts/aep": {
"command": "npx",
"args": [
"-y",
"@focusgts/aep-mcp-server"
],
"env": {
"AEP_CLIENT_ID": "",
"AEP_CLIENT_SECRET": "",
"AEP_ORG_ID": "",
"AEP_SANDBOX_NAME": "prod",
"AEP_MODE": "safe",
"LOG_LEVEL": "info"
}
}
}
}