MCP Adobe Experience Platform Server

MCP Adobe Experience Platform Server

MCP Server for Adobe Experience Platform APIs integration

praveensharmajava

Developer Tools
Visit Server

README

MCP Adobe Experience Platform Server

This is a Node.js server that provides a comprehensive API interface for Adobe Experience Platform (AEP) integration. It supports various AEP functionalities including schemas, datasets, segments, profiles, and more.

Features

  • Schema Management
  • Dataset Operations
  • Segment Management
  • Data Ingestion
  • Profile Management
  • Query Service
  • Destinations Management
  • Swagger Documentation
  • Input Validation
  • Error Handling

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Adobe Experience Platform account with API access
  • Adobe Developer Console project with AEP integration

Setup

  1. Clone the repository:
git clone https://github.com/praveensharmajava/mcp-adobe-aep.git
cd mcp-adobe-aep
  1. Install dependencies:
npm install
  1. Create a .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
  1. Build the project:
npm run build
  1. Start the server:
npm start

For development:

npm run dev

API Documentation

Once the server is running, you can access the Swagger documentation at:

http://localhost:3000/api-docs

API Endpoints

Schemas

  • GET /api/aep/schemas - List all schemas
  • POST /api/aep/schemas - Create a new schema

Datasets

  • GET /api/aep/datasets - List all datasets
  • POST /api/aep/datasets - Create a new dataset

Segments

  • GET /api/aep/segments - List all segments
  • POST /api/aep/segments - Create a new segment

Data Ingestion

  • POST /api/aep/ingest/:datasetId - Ingest data into a dataset

Profiles

  • GET /api/aep/profiles/:identityValue - Get unified profile

Query Service

  • POST /api/aep/query - Execute a query

Destinations

  • GET /api/aep/destinations - List all destinations
  • POST /api/aep/destinations/:destinationId/activate/:segmentId - Activate a segment

Error Handling

The server includes comprehensive error handling for:

  • Adobe API errors
  • Connection issues
  • Validation errors
  • Internal server errors

Development

To contribute to the project:

  1. Create a new branch
  2. Make your changes
  3. Write/update tests
  4. Submit a pull request

Testing

Run the test suite:

npm test

License

ISC

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python