MCP.so
登录

Xperience Community MCP Server

@seangwright

关于 Xperience Community MCP Server

ASP.NET Core MCP server for Xperience by Kentico projects

基本信息

分类

其他

许可证

MIT

运行时

c#

传输方式

stdio

发布者

seangwright

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器