Tridion DXD MCP Server
@RWS
About Tridion DXD MCP Server
An example Model Context Protocol Server for Tridion DXD
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tridion-dxd-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Tridion DXD MCP Server?
An example Model Context Protocol (MCP) Server for Tridion DXD (Delivery Experience Delivery). It connects an MCP client to a running Tridion DXD Content Service and Token Service, enabling AI assistants to interact with Tridion DXD content through standard MCP tool calls.
How to use Tridion DXD MCP Server?
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.
Key features of Tridion DXD MCP Server
- 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
Use cases of Tridion DXD MCP Server
—
FAQ from Tridion DXD MCP Server
What are the runtime requirements?
Java 21, a recent version of Maven, and a running Tridion DXD Content Service and Token Service.
How is the server configured?
Through three environment variables: DXD_CLIENT_SECRET, DXD_CONTENT_URL, and DXD_TOKEN_URL.
How can I debug the server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector.
What transport or authentication does it use?
—
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments