T
Tridion Dxd MCP Server
by @RWS
An example Model Context Protocol Server for Tridion DXD
Created 5/27/2025
Updated 4 days ago
README
Repository documentation and setup instructions
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.
- Set the following Environment Variables: DXD_CLIENT_SECRET DXD_CONTENT_URL DXD_TOKEN_URL
- 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
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/RWS/tridion-dxd-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"rws-tridion-dxd-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/RWS/tridion-dxd-mcp-server"
]
}
}
}