MCP.so
Sign In

Xperience Community MCP Server

@seangwright

About Xperience Community MCP Server

ASP.NET Core MCP server for Xperience by Kentico projects

Basic information

Category

Other

License

MIT

Runtime

c#

Transports

stdio

Publisher

seangwright

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

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 Xperience Community MCP Server?

An MCP server built with the .NET MCP Server SDK, installed as a NuGet package, that exposes Xperience by Kentico project tools to an AI agent in VS Code. It is intended for developers working on Xperience by Kentico projects and has been deprecated in favor of native Xperience by Kentico AI capabilities.

How to use Xperience Community MCP Server?

Install the NuGet package, add services and middleware in Program.cs, start the application, and configure the server in VS Code’s MCP settings using an HTTP streaming endpoint (e.g., http://localhost:<port>/xperience-mcp). Then use the exposed tools in GitHub Copilot agent mode.

Key features of Xperience Community MCP Server

  • Exposes documented tools to AI agents in VS Code
  • Installed as a NuGet package for Xperience by Kentico
  • Uses HTTP streaming transport (requires VS Code v1.100+)
  • Works with Xperience by Kentico versions >= 30.4.1
  • Provides structured context about project content types
  • Integrates with GitHub Copilot agent mode

Use cases of Xperience Community MCP Server

  • Developers ask an AI agent about web page content types and their structure
  • Explore relationships between content items and field definitions
  • Automate content modeling queries during development
  • Assist in generating Xperience by Kentico code with richer context

FAQ from Xperience Community MCP Server

What does this MCP server do for Xperience by Kentico projects?

It exposes a discrete set of tools to an AI agent, giving the agent well-structured context and capabilities to help developers build features for marketers.

What are the runtime requirements?

Requires ASP.NET Core 8.0, Xperience by Kentico, and VS Code v1.100 or newer (for HTTP streaming MCP support).

How is the server configured in VS Code?

Add an HTTP server entry in .vscode/mcp.json with the type set to http and url pointing to your application’s MCP endpoint (default path is /xperience-mcp).

Is this package still actively maintained?

The package has been deprecated. Users should migrate to native Xperience by Kentico AI capabilities, including the Content type management API + MCP server and Documentation MCP server.

What transport does the server use?

It uses HTTP streaming (Streamable HTTP), supported by VS Code’s MCP client starting from the April 2025 release.

Comments

More Other MCP servers