Sitecore-MCP

Knyrps/Sitecore-MCP
★ 0 stars C# Code/Dev Tools Updated today
An MCP server that runs inside Sitecore as a .NET assembly, exposing item operations to LLM clients over its real security model.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sitecore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Knyrps/Sitecore-MCP"
      ]
    }
  }
}

README Excerpt

An MCP server that runs **inside** Sitecore as a .NET Framework assembly, rather than as an external process talking to Sitecore over HTTP. Existing Sitecore MCP servers (and the Sitecore CLI, PowerShell Remoting, the Item Service, GraphQL) all sit outside the platform and reach in over the network. That means a second