Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Aep
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:24:23 PM

Aep

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Full-CRUD Adobe Experience Platform server: 46 tools for schemas, ingestion, profiles, audiences.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "aep": {
      "command": "npx",
      "args": [
        "-y",
        "aep"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@focusgts/aep-mcp-server

License: Apache 2.0 Tests TypeScript Tools MCP

Adobe's MCP lets your agent read Experience Platform. This one lets it work.

46 tools across 12 categories with full read AND write operations β€” batch ingestion, schema composition, audience activation, data lifecycle, privacy jobs, and datastreams. Self-hosted, Apache 2.0, no invitation required.


Why this exists

Adobe now ships first-party Experience Platform tools through CX Coworker Gateway, its unified MCP endpoint for Adobe CX Enterprise. (Adobe does not brand any part of it "the AEP MCP" β€” the gateway is one endpoint that surfaces a tool set per product.) It is a genuinely good product, and if all you need is to ask questions about your Experience Platform instance, you should use it.

But its Experience Platform tool set is 8 tools, all read-only β€” the names are literally search_* β€” covering schemas, datasets, governance, Query Service, and audit discovery. It does not touch profiles, identity resolution, privacy requests, datastreams, or ingestion. Access is invitation-only, gated behind Adobe organization enablement, and the whole surface is still Beta.

Audiences and destinations do appear, but in a separate Real-Time CDP tool set on the same gateway β€” and Adobe is explicit that creating, activating, updating, or deleting audiences, destinations, and dataflows is not supported there either. The read-only boundary holds across the whole gateway.

This server covers the other half: the write path, plus the surfaces Adobe's gateway skips entirely. Ingest a batch. Compose a schema from field groups. Create a destination connection and activate an audience to it. Submit a GDPR erasure. Route Edge Network events. Then run it in your own VPC, under Apache 2.0, with nothing to request from your account rep.

The two are complementary, not competing: pair Adobe's gateway for governed reads with this server for the write path.

This server is built to production standards: OAuth Server-to-Server auth with a deduped token cache, structured pino logging with PII redaction, exponential-backoff retries, automatic 401 re-auth, working pagination, structured AEP_{status} error codes, and a graceful-shutdown lifecycle. It runs as a local stdio process that any MCP-compliant client can drive.


Comparison vs Adobe's first-party Experience Platform tools

FeatureAdobe AEP tools (CX Coworker Gateway)@focusgts/aep-mcp-server
OperationsRead-only (search_*)Full CRUD (read + write)
AEP tool count846
AccessInvitation-only + org enablementnpm install β€” any org with API credentials
Batch ingestionNot available5 tools
Profiles / IdentityNot covered6 tools
Privacy ServiceNot covered6 tools
DatastreamsNot covered5 tools
Data LifecycleNot covered5 tools
TransportAdobe-hosted gatewaystdio (local, composes with other MCPs)
Data pathQueries traverse Adobe's gatewayRuns entirely in your own VPC
LicenseProprietaryApache 2.0
Client compatibilityClaude, ChatGPT, Cursor, Claude Code, Codex, VS CodeAny MCP-compliant client
Error responsesβ€”Structured AEP_{status} codes

Adobe's figures were read from their Experience Platform tools page (last updated 17 July 2026): search_datasets, search_class_relations, search_data_access, search_data_lake, search_dule, search_query_service, search_audit, search_allowed_ip_ranges. It is a Beta surface and will change β€” check their docs for the current figure. The read/write split is the durable difference, not the count.


Tool inventory

46 tools across 12 categories. All prefixed aep_ with verb_noun naming. Tools marked πŸ”’ change state; πŸ”₯ are destructive. Most destructive tools require an explicit confirmation phrase β€” see Safety model for exactly which, and for the two deliberate exceptions.

CategoryTools
Schemas (4)list_schemas Β· get_schema Β· create_schema πŸ”’ Β· update_schema πŸ”’
Datasets (3)list_datasets Β· get_dataset Β· create_dataset πŸ”’
Ingestion (5)create_batch πŸ”’ Β· upload_batch_file πŸ”’ Β· complete_batch πŸ”’ Β· get_batch_status Β· list_batches
Identities (2)list_identity_namespaces Β· get_identity_graph
Profiles (4)get_profile Β· get_profile_by_identity Β· preview_profile Β· delete_profile πŸ”₯ (deprecated β€” see Data Hygiene)
Segments (4)list_segments Β· get_segment Β· create_segment πŸ”’ Β· estimate_segment_size
Sources (2)list_sources Β· list_dataflows
Destinations (3)list_destinations Β· create_destination_connection πŸ”’ Β· activate_segment πŸ”’
Query Service (3)run_query πŸ”’ Β· get_query_status Β· list_queries
Privacy Service (6)create_privacy_job πŸ”’ Β· get_privacy_job Β· list_privacy_jobs Β· cancel_privacy_job πŸ”’ Β· get_privacy_job_results Β· list_privacy_namespaces
Data Hygiene (5)create_record_delete πŸ”₯ Β· get_work_order_status Β· list_work_orders Β· create_dataset_expiration πŸ”₯ Β· list_dataset_expirations
Datastreams (5)list_datastreams Β· get_datastream Β· create_datastream πŸ”’ Β· update_datastream πŸ”’ Β· delete_datastream πŸ”₯

Workflows these unlock

Ingest data end to end create_schema (with field groups) β†’ create_dataset β†’ create_batch β†’ upload_batch_file β†’ complete_batch β†’ get_batch_status

Build and activate an audience create_segment β†’ estimate_segment_size β†’ list_destinations β†’ create_destination_connection β†’ activate_segment

Honour an erasure request get_profile_by_identity β†’ create_record_delete β†’ get_work_order_status


Safety model

Write modes

AEP_MODE sets how much this server may mutate. Reads are never restricted in any mode.

AEP_MODEWrites permittedUse it when
read-onlyNever, in any sandboxHanding the server to someone to explore an environment you don't want touched
safe (default)Only where Adobe classifies the sandbox developmentEvaluating, or letting an agent work without risking production
productionAnywhere, including productionYou run your own change control and don't want the server second-guessing you
bash
AEP_MODE=read-only     # browse only
AEP_MODE=safe          # default β€” dev sandboxes are writable
AEP_MODE=production    # writes anywhere; logs a warning at startup

production is a supported posture, not a jailbreak. Plenty of teams have review, staging, and rollback already handled and don't need another layer telling them no. Set it and the guard steps out of the way β€” the per-tool confirmation gates below still apply, because those are about irreversibility rather than environment.

How safe decides

  • On Adobe's classification, never the sandbox name. A production sandbox can be called anything; a sandbox called prod might not be production. Only Adobe's type field from the Sandbox Management API decides.
  • Fails closed. If the type can't be determined β€” the credential can't read sandbox metadata, the API errors, startup hasn't finished β€” writes are blocked. A credential must not earn write access by being less capable.
  • An unrecognised AEP_MODE falls back to safe, so a typo can never grant production writes.

The guard is enforced in the HTTP client rather than per tool, so all 46 tools inherit it and none can forget it. Blocked calls never reach Adobe; they return a structured WRITE_BLOCKED error naming the sandbox, its type, and the fix.

Startup always states the active posture:

Code
SAFE MODE β€” sandbox is a development sandbox, so writes are ENABLED.
SAFE MODE β€” sandbox is PRODUCTION, so writes are BLOCKED. Reads work normally.
SAFE MODE β€” sandbox type could not be confirmed, so writes are BLOCKED (fail-closed).
READ-ONLY MODE β€” no write, update, or delete will be performed in any sandbox.
PRODUCTION MODE β€” writes permitted against ANY sandbox, including production.

AEP_ALLOW_PRODUCTION_WRITES=true is deprecated but still honoured as an alias for AEP_MODE=production. If both are set, AEP_MODE wins.

Tool annotations (client-side human-in-the-loop)

Every tool ships MCP annotations β€” readOnlyHint, destructiveHint, idempotentHint, openWorldHint β€” derived from the same metadata that builds its description, so the two cannot drift.

These are hints for the client, not enforcement; the guards above do the enforcing. Their value is that an MCP client such as Claude Desktop uses destructiveHint to decide when to interrupt and ask the human before running a call. Without them every tool looks identical to the client and aep_delete_profile gets the same treatment as aep_list_schemas.

Count
readOnlyHint: true27
destructiveHint: true4 β€” delete_profile, delete_datastream, create_record_delete, create_dataset_expiration
Un-annotated0

A test asserts that destructive list exactly, so adding a fifth destructive tool is a deliberate act rather than an oversight.

Per-tool confirmation gates

Writes are not uniformly gated β€” uniform gating makes an agent useless. Gates sit where an action is irreversible and wide-reaching:

ToolGate
aep_delete_profileRequires confirm: "I understand this is irreversible"
aep_create_record_deleteRequires confirm: "I understand this is irreversible"
aep_create_dataset_expirationRequires confirm: "I understand this is irreversible" β€” unless dryRun: true
aep_delete_datastreamNo gate β€” deliberate, see ADR-0003

In every gated case the confirmation is checked before any network call, so a rejected call never reaches Adobe. Rejections are logged at warn.

Dataset expiration is the one gate with a bypass: passing dryRun: true asks Adobe to validate the request and report what would happen without scheduling anything, so there is nothing to confirm. Any call that actually schedules deletion still requires the phrase.

Datastream deletion is ungated on purpose: a datastream is configuration rather than data, recreating one is the same POST body that created it, and gating it would break the programmatic-cleanup use case the tool exists for.

Batch creation and file upload are ungated too. Those writes are additive and recoverable β€” an unwanted batch can be left uncompleted, and data that did land can be removed with the Data Hygiene tools.

Every tool validates inputs with Zod at the boundary and returns structured errors rather than throwing. aep_upload_batch_file additionally rejects relative paths, non-regular files, path-traversal file names, and oversized payloads before any network call is made.


Architecture

v0.2.0 added Privacy Service for GDPR/CCPA workflows. v0.3.0 added Datastreams for Edge Network event routing. v0.4.0 adds Batch Ingestion and Data Hygiene β€” the write surfaces Adobe's read-only first-party MCP does not reach β€” and fixes the pagination and sandbox-scoping defects described in the changelog.

Code
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                  MCP Client (any)                        β”‚
β”‚      Claude Β· Cursor Β· ChatGPT Β· Copilot                β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                       β”‚ stdio (JSON-RPC 2.0)
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚              @focusgts/aep-mcp-server                    β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚ Schemas  β”‚  β”‚ Datasets β”‚  β”‚Identitiesβ”‚  β”‚Profilesβ”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚ Segments β”‚  β”‚ Sources  β”‚  β”‚  Dests   β”‚  β”‚ Query  β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β” β”‚
β”‚  β”‚ Privacy  β”‚  β”‚Datastreamβ”‚  β”‚Ingestion β”‚  β”‚Hygiene β”‚ β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  Auth: OAuth 2.0 Server-to-Server (Adobe IMS)          β”‚
β”‚  Token cache Β· retry Β· 401 re-auth Β· pino redact       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                       β”‚ HTTPS + Bearer + x-sandbox-name
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚        Adobe Experience Platform APIs (live)             β”‚
β”‚  /data/foundation/schemaregistry Β· /data/core/ups/...   β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Quickstart

Option A: From npm

Terminal
npm install -g @focusgts/aep-mcp-server

Option B: From source

bash
git clone https://github.com/focusgts/aep-mcp-server.git
cd aep-mcp-server
npm install
npm run build

Then for both options:

bash
# Get Adobe credentials at developer.adobe.com/console
# Create project β†’ add "Experience Platform API" β†’ OAuth Server-to-Server

cat > .env <<EOF
AEP_CLIENT_ID=your-client-id
AEP_CLIENT_SECRET=your-client-secret
AEP_ORG_ID=your-ims-org-id@AdobeOrg
AEP_SANDBOX_NAME=prod
EOF

# Run the server (Option A)
aep-mcp

# Or run from source (Option B)
npm run dev

The server speaks MCP over stdio. Any MCP-compliant client can drive it.


MCP Client Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

config.json
{
  "mcpServers": {
    "aep": {
      "command": "npx",
      "args": ["-y", "@focusgts/aep-mcp-server"],
      "env": {
        "AEP_CLIENT_ID": "...",
        "AEP_CLIENT_SECRET": "...",
        "AEP_ORG_ID": "...@AdobeOrg",
        "AEP_SANDBOX_NAME": "prod"
      }
    }
  }
}

Cursor / Copilot / ChatGPT Desktop

Any MCP-compliant client works the same way β€” point its MCP config at npx -y @focusgts/aep-mcp-server with the four env vars above.


Environment Variables

VariableRequiredDescription
AEP_CLIENT_IDYesAdobe I/O client ID
AEP_CLIENT_SECRETYesAdobe I/O client secret
AEP_ORG_IDYesIMS org ID (format: xxx@AdobeOrg)
AEP_SANDBOX_NAMENoAEP sandbox name (default: prod). Scopes every call, including Query Service.
LOG_LEVELNoPino log level (default: info)
AEP_REQUEST_TIMEOUT_MSNoPer-request timeout (default: 30000)
AEP_MAX_RETRIESNoRetry attempts on 429/5xx (default: 3)

Sandbox scoping. Every tool sends x-sandbox-name, and Query Service derives its database name as <AEP_SANDBOX_NAME>:all. Prior to v0.4.0 the Query Service database was hardcoded to prod:all regardless of this setting β€” see the changelog.


Entitlement matrix

Not every Adobe org has every AEP product entitlement. Map tools to what your IMS org actually licenses:

Tool categoryRequired Adobe entitlement
SchemasAEP (base)
DatasetsAEP (base)
IdentitiesAEP (base) + Identity Service
ProfilesReal-Time CDP
SegmentsReal-Time CDP
SourcesAEP (base) β€” connector availability varies by SKU
DestinationsReal-Time CDP (activation)
Query ServiceAEP Query Service add-on
Privacy ServiceAdobe Privacy Service (sold separately from RTCDP/Query Service)
IngestionAEP (base) β€” Batch Ingestion is part of the core platform
Data HygieneData Distiller / Data Hygiene add-on (dataset expiration may require Data Distiller)
DatastreamsAEP (base) + Data Collection / Edge Network

If a tool returns AEP_403 it usually means the entitlement is missing rather than a credential problem.


Development

Terminal
npm install
npm run build        # tsc β†’ dist/
npm run dev          # tsx src/server.ts (hot-reload)
npm test             # vitest (57 tests)
npm run typecheck    # tsc --noEmit
npm run clean        # rm -rf dist

The TypeScript config is strict mode end-to-end. All tool inputs are validated with Zod at the boundary. All logs go to stderr (pino destination 2) β€” stdout is reserved for the MCP JSON-RPC stream.


Live integration testing

npm run test:live runs a smoke suite against a real Adobe IMS org and AEP sandbox. It exercises the read paths across the schema registry, catalog, identity, profile, segment, source, destination, query, and privacy endpoint families to verify credentials, entitlements, and sandbox scoping end to end.

It is a connectivity and entitlement check rather than full per-tool coverage β€” the newer Ingestion and Data Hygiene categories are not yet included, and no destructive tool is invoked.

Requires a .env with valid credentials and AEP_SANDBOX_NAME pointing at a non-production sandbox.


Contributing & License

Apache 2.0. See LICENSE and NOTICE.

Built by Focus GTS, an Adobe Silver Solution Partner. Independently developed β€” not affiliated with or endorsed by Adobe Inc. or Anthropic, PBC.

Bug reports, feature requests, and pull requests are welcome. Open an issue at github.com/Focus-GTS/aep-mcp-server/issues or email dfox@focusgts.com.


About Focus GTS

Focus GTS is an Adobe Silver Solution Partner specializing in Adobe Experience Cloud talent and tooling. We build production-grade developer tools for AEP, AJO, CJA, and Real-Time CDP customers who need more than what ships in the box.

Learn more at https://focusgts.com.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’

Frequently Asked Questions about Aep

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "aep": { "command": "npx", "args": ["-y", "aep"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAep AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aep?style=directory)](https://allmcps.com/mcp/aep)
HTML Embed
<a href="https://allmcps.com/mcp/aep"><img src="https://allmcps.com/api/badge/aep?style=directory" alt="Aep on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
npm downloads13/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
28Quality signal: Emerging Β· 28/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Aep β†’Install in Claude DesktopInstall in CursorInstall in VS Code