xperience-community-mcp-server

seangwright/xperience-community-mcp-server
★ 10 stars C# 📦 Other Updated 2mo ago
ASP.NET Core MCP server for Xperience by Kentico projects
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xperience-community-": {
      "command": "npx",
      "args": [
        "-y",
        "seangwright/xperience-community-mcp-server"
      ]
    }
  }
}