tridion-dxd-mcp-server

RWS/tridion-dxd-mcp-server

3.2

If you are the rightful owner of tridion-dxd-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Tridion DXD MCP Server is an example implementation of a Model Context Protocol Server designed for Tridion DXD.

Tools
1
Resources
0
Prompts
0

Tridion DXD MCP Server

This repository contains an example Model Context Protocol (MCP) Server for Tridion DXD.

Building

This project requires Java 21 and a recent version of Maven. To build:

mvn clean install -U

Running

To run this application, you need a running Tridion DXD Content Service and Token Service.

  1. Set the following Environment Variables: DXD_CLIENT_SECRET DXD_CONTENT_URL DXD_TOKEN_URL
  2. Use the Spring Boot Maven Plugin:
    mvn spring-boot:run
    

Debugging

The MCP Inspector is a useful tool for debugging MCP Servers. To run it:

npx @modelcontextprotocol/inspector

See https://modelcontextprotocol.io/docs/tools/inspector