Xperience by Kentico

v1.0.0Business Applicationsstable

ASP.NET Core MCP server for Xperience by Kentico projects

xperience-communitymcpai-integration
Share:
10
Stars
0
Downloads
0
Weekly
0/5

What is Xperience by Kentico?

Xperience by Kentico is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to asp.net core mcp server for xperience by kentico projects

ASP.NET Core MCP server for Xperience by Kentico projects

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • ASP.NET Core MCP server for Xperience by Kentico projects

Use Cases

Manage ASP.NET Core projects using Xperience by Kentico CMS.
seangwright

Maintainer

LicenseMIT
Languagec#
Versionv1.0.0
UpdatedJan 28, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx xperience-community

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Xperience by Kentico

The Xperience Community MCP Server is an ASP.NET Core NuGet package that exposes Xperience by Kentico CMS content types and their relationships as MCP tools, enabling GitHub Copilot and other AI assistants to query and reason about your Kentico project's data model through natural language. It runs as an HTTP endpoint embedded in your existing ASP.NET Core application during local development.

Prerequisites

  • ASP.NET Core 8.0 or later
  • Xperience by Kentico version 30.6.1 or later
  • Visual Studio 2022 or VS Code version 1.100+ (April 2025 release) with the MCP extension
  • .NET CLI or NuGet Package Manager
  • Local development environment (production deployment is not recommended; the server is designed for development only)
1

Install the NuGet package

Add the XperienceCommunity.MCPServer package to your Xperience by Kentico ASP.NET Core project using the .NET CLI or the NuGet Package Manager.

dotnet add package XperienceCommunity.MCPServer
2

Register the MCP server services

In your Program.cs, register the MCP server services conditionally for the Development environment only. This prevents the server from being exposed in production or staging.

// In Program.cs, after builder.Services setup:
if (builder.Environment.IsDevelopment())
{
    builder.Services.AddXperienceMCPServer();
}
3

Map the MCP server endpoint

Add the MCP server endpoint to the ASP.NET Core middleware pipeline, again restricted to Development only. This exposes the server at /xperience-mcp by default.

// In Program.cs, after app.UseRouting() or equivalent:
if (app.Environment.IsDevelopment())
{
    app.UseXperienceMCPServer();
}
4

Run the application and note the local port

Start your Xperience by Kentico application in Development mode. Note the HTTP port number — typically 5000 or a port configured in launchSettings.json.

dotnet run
# Or via Visual Studio: press F5 in Debug mode
5

Configure VS Code MCP client

Create or update .vscode/mcp.json in your project to point VS Code's MCP client at the running Xperience MCP endpoint. Use HTTP (not HTTPS) because VS Code's MCP client does not yet support self-signed certificates.

{
  "servers": {
    "xperience-mcp-server": {
      "type": "http",
      "url": "http://localhost:5000/xperience-mcp"
    }
  }
}

Xperience by Kentico Examples

Client configuration

.vscode/mcp.json configuration for VS Code to connect to the Xperience by Kentico MCP server running locally on port 5000.

{
  "servers": {
    "xperience-mcp-server": {
      "type": "http",
      "url": "http://localhost:5000/xperience-mcp"
    }
  }
}

Prompts to try

Sample prompts to use with GitHub Copilot agent mode or VS Code MCP client once connected to the Xperience by Kentico MCP server.

- "List all web page content types in this Xperience project"
- "What fields does the ArticlePage content type have?"
- "Show me the relationships between content types in this project"
- "Describe the data model for the HomePage content type"

Troubleshooting Xperience by Kentico

VS Code cannot connect to the MCP server over HTTPS

Switch your ASP.NET Core application to use an HTTP binding for local development. VS Code's MCP client does not support self-signed certificates, so the URL in mcp.json must use http:// not https://.

AddXperienceMCPServer or UseXperienceMCPServer methods not found

Ensure the XperienceCommunity.MCPServer package is installed (dotnet add package XperienceCommunity.MCPServer) and that your project targets ASP.NET Core 8.0+. Check the package version matches your Xperience by Kentico version (>=30.6.1).

The MCP endpoint returns 404

Confirm the application is running in the Development environment (ASPNETCORE_ENVIRONMENT=Development). The UseXperienceMCPServer() call is conditional on IsDevelopment() and will not register the route in other environments.

Frequently Asked Questions about Xperience by Kentico

What is Xperience by Kentico?

Xperience by Kentico is a Model Context Protocol (MCP) server that asp.net core mcp server for xperience by kentico projects It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Xperience by Kentico?

Follow the installation instructions on the Xperience by Kentico GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Xperience by Kentico?

Xperience by Kentico works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Xperience by Kentico free to use?

Yes, Xperience by Kentico is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Xperience by Kentico Alternatives — Similar Business Applications Servers

Looking for alternatives to Xperience by Kentico? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "xperience-community": { "command": "npx", "args": ["-y", "xperience-community"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Xperience by Kentico?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides