Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Adobe Custom

БесплатноНе проверен

Enables Adobe Experience Platform and AEM content operations through a shared tool registry, exposing health checks, fragment search, sandbox management, datase

GitHubEmbed

Описание

Enables Adobe Experience Platform and AEM content operations through a shared tool registry, exposing health checks, fragment search, sandbox management, dataset queries, and content fragment fetching via MCP and web interfaces.

README

This repo gives you two interfaces over the same Adobe tool layer:

  1. Claude / MCP interface

    • local MCP server name: adobe-custom
    • used by Claude Code in VS Code
  2. Human-friendly web interface

    • browser chat UI
    • backend API
    • same underlying tool handlers

Why this architecture

The frontend does not call MCP over JSON-RPC by default. Instead, the frontend backend and the MCP server both import the same shared tool registry.

That gives you:

  • one source of truth for tools
  • easier debugging
  • cleaner auth/config handling
  • the option to add a real LLM later

Start

Install

npm install
cp .env.example .env
npm run check

Start the web UI

npm run start:api

Open:

Start the MCP for Claude

In a second terminal:

npm run start:mcp

Then in Claude Code:

/mcp
Use adobe-custom health_check

Current frontend chat behavior

The browser UI supports:

  • health check
  • fragment search
  • fragment fetch by ID
  • AEP sandboxes
  • AEP datasets
  • AEM content fragment fetch by path

The chat endpoint currently uses a heuristic intent router so it works without external AI keys. You can later replace that with a real LLM planner while still reusing the same tool registry.

Key folders

apps/web/           # frontend UI
services/api/       # backend API and chat router
src/                # MCP server + shared tool implementations

Natural-language UI responses

The web UI now summarizes tool output in natural language and keeps the raw tool output inside an expandable details section.

from github.com/BinayPrad/custom-mcp-adobe

Установка Adobe Custom

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/BinayPrad/custom-mcp-adobe

FAQ

Adobe Custom MCP бесплатный?

Да, Adobe Custom MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Adobe Custom?

Нет, Adobe Custom работает без API-ключей и переменных окружения.

Adobe Custom — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Adobe Custom в Claude Desktop, Claude Code или Cursor?

Открой Adobe Custom на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Adobe Custom with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development