Tridion DXD MCP Server

by RWS

2 stars
153 downloads
Not rated
GitHub

About

An example Model Context Protocol Server for Tridion DXD

Details

Author
RWS
GitHub stars
2
Downloads
153
Categories
Other

- Connects to Tridion DXD Content Service and Token Service
- Implements the Model Context Protocol (MCP) standard
- Built with Spring Boot and Java 21
- Debuggable with the official MCP Inspector

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Tridion DXD MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Set the environment variables DXD_CLIENT_SECRET, DXD_CONTENT_URL, and DXD_TOKEN_URL, then run the Spring Boot application via Maven: mvn spring-boot:run. Requires Java 21 and a recent version of Maven.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "tridion dxd mcp server": {
            "tridion-dxd-mcp-server": {
                "command": "npx",
                "args": [
                    "@modelcontextprotocol/inspector"
                ]
            }
        }
    }
}

McpServers

{
    "tridion-dxd-mcp-server": {
        "command": "npx",
        "args": [
            "@modelcontextprotocol/inspector"
        ]
    }
}

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.