Kentico.Xperience.ComponentRegistry
1.0.0
Prefix Reserved
dotnet add package Kentico.Xperience.ComponentRegistry --version 1.0.0
NuGet\Install-Package Kentico.Xperience.ComponentRegistry -Version 1.0.0
<PackageReference Include="Kentico.Xperience.ComponentRegistry" Version="1.0.0" />
<PackageVersion Include="Kentico.Xperience.ComponentRegistry" Version="1.0.0" />
<PackageReference Include="Kentico.Xperience.ComponentRegistry" />
paket add Kentico.Xperience.ComponentRegistry --version 1.0.0
#r "nuget: Kentico.Xperience.ComponentRegistry, 1.0.0"
#:package Kentico.Xperience.ComponentRegistry@1.0.0
#addin nuget:?package=Kentico.Xperience.ComponentRegistry&version=1.0.0
#tool nuget:?package=Kentico.Xperience.ComponentRegistry&version=1.0.0
Xperience by Kentico Component Registry
| Package | NuGet |
|---|---|
| Kentico.Xperience.ComponentRegistry | |
| Kentico.Xperience.ComponentRegistry.Admin | |
| Kentico.Xperience.ComponentRegistry.MCP |
Description
This project enables administrators to view all registered custom components in an Xperience by Kentico application, like Page Builder widgets, and explore which channels and web pages use those components all through a friendly user interface in the Xperience administration.
It optionally exposes the entire component registry over an in-application hosted MCP server, giving agents the ability to identify where components are used across channels, and even visit Page Builder pages using components to visually validate their configuration and design.
Interested in how and why this library was created? Read the blog post Dream and Experiment: Building a Component Registry Dashboard with AI.
Screenshots
<div style="display: flex; gap: 1rem; flex-wrap: wrap"> <a href="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-component-registry/main/images/component-registry-admin-page-builder.jpg"> <img src="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-component-registry/main/images/component-registry-admin-page-builder.jpg" width="600" alt="Component registry for Page Builder in Xperience administration"> </a>
<a href="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-component-registry/main/images/component-registry-admin-email-builder.jpg"> <img src="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-component-registry/main/images/component-registry-admin-email-builder.jpg" width="600" alt="Component registry for Email Builder in Xperience administration"> </a>
<a href="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-component-registry/main/images/component-registry-admin-form-builder.jpg"> <img src="https://raw.githubusercontent.com/Kentico/xperience-by-kentico-component-registry/main/images/component-registry-admin-form-builder.jpg" width="600" alt="Component registry for Form Builder in Xperience administration"> </a>
</div>
Requirements
Library Version Matrix
| Xperience Version | Library Version |
|---|---|
| >= 31.2.1 | 1.0.0 |
Dependencies
Package Installation
Add these package to your application using the .NET CLI.
The core package adds the integration's registry services.
dotnet add package Kentico.Xperience.ComponentRegistry
The admin package adds the component registry administration UI application to the project.
dotnet add package Kentico.Xperience.ComponentRegistry.Admin
The MCP project adds Component Registry MCP tools that you can register on your application's MCP server.
dotnet add package Kentico.Xperience.ComponentRegistry.MCP
Quick Start
Add the Admin and MCP NuGet packages to your Xperience by Kentico ASP.NET Core application.
Register the integration's services, MCP support services, an MCP server and the integration's MCP tools:
// ... builder.Services.AddComponentRegistry(); // Adds this library's services if (env.IsDevelopment()) { builder.Services .AddComponentRegistryMcpServices() // Adds MCP support services for URL generation .AddMcpServer() // Host application is responsible for adding the McpServer .WithHttpTransport() .WithComponentRegistryTools(); // Adds this library's MCP tools } // ...Enable the MCP server in the middleware pipeline:
// ... app.Kentico().MapRoutes(); if (env.IsDevelopment()) { app.MapMcp("/mcp"); // Host application is responsible for adding the endpoint } // ...Configure your MCP server for your AI enabled development tool
{ "servers": { "kentico.docs.mcp": { "type": "http", "url": "https://docs.kentico.com/mcp" }, "your-app": { "type": "http", "url": "http://localhost:18319/mcp" } } }
If used in a production environment, the MCP server exposes draft content data without any authentication. The MCP server feature is intended for development-environments only.
Use environment identification extensions or environment specific settings to disable the MCP server for non-local deployments.
Full Instructions
View the Usage Guide for more detailed instructions on permission management and custom scenarios.
Contributing
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.
Instructions and technical details for contributing to this project can be found in Contributing Setup.
License
Distributed under the MIT License. See LICENSE.md for more information.
Support
This project has Kentico Labs limited support.
See SUPPORT.md for more information.
For any security issues see SECURITY.md.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Kentico.Xperience.Admin (>= 31.2.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Kentico.Xperience.ComponentRegistry:
| Package | Downloads |
|---|---|
|
Kentico.Xperience.ComponentRegistry.MCP
Adds MCP tools for Xperience Component Registry. |
|
|
Kentico.Xperience.ComponentRegistry.Admin
Adds Administration Module for Xperience Component Registry Module. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 45 | 3/2/2026 |
| 1.0.0-prerelease-1 | 44 | 3/2/2026 |