Skip to main content
Glama

Adobe Custom MCP with Frontend

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

Related MCP server: Sentinel Core Agent

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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A comprehensive Model Context Protocol server for Adobe Experience Manager that provides 35+ REST/JSON-RPC API methods for complete content, component, asset, and template management. Enables AI-powered AEM automation through natural language interfaces with support for page operations, component CRUD, asset management, and publishing workflows.
    Last updated
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    The first full-featured MCP server for Adobe Experience Platform: 29 tools across schemas, datasets, profiles, segments, query service, and GDPR/CCPA privacy operations. Extends Adobe's read-only beta with production-grade write operations.
    Last updated
    31
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for Adobe Edge Delivery Services (AEM EDS). 20 tools for preview, publish, bulk operations, content reading, Core Web Vitals, 404 tracking, A/B experiments, and site configuration. Works with Claude Code, Cursor, and VS Code Copilot.
    Last updated
    20
    88
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • 34 production API tools over one hosted MCP endpoint.

  • An agent-friendly API for product changelogs. A unified registry via CLI, API, or MCP.

  • Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BinayPrad/custom-mcp-adobe'

If you have feedback or need assistance with the MCP directory API, please join our Discord server