Odel
mcp sitecore server

mcp sitecore server

Local
@antonytm52TypeScriptApache-2.0Updated 5 days ago

A Model Context Protocol server for Sitecore

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@antonytm/mcp-sitecore-serverv1.3.2

Run

npx -y @antonytm/mcp-sitecore-server

MCP client config

{
  "mcpServers": {
    "mcp-sitecore-server": {
      "command": "npx",
      "args": [
        "-y",
        "@antonytm/mcp-sitecore-server"
      ]
    }
  }
}