Skip to content
← all systems

@mikulgohil/sitecore-mcp

MCP server that lets AI agents do real Sitecore XM Cloud work: GraphQL, Item Service and PowerShell tools.

published on npm · enterprise CMS tooling

role
Author and maintainer
stack
TypeScript · MCP SDK · Sitecore XM Cloud · Zod
status
npm

// 01 - PROBLEM

AI agents could not touch Sitecore: creating components, scaffolding templates or generating serialized YML items meant leaving the IDE. This MCP server gives agents first-class Sitecore XM Cloud tools.

// 02 - APPROACH

  • GraphQL, Item Service and PowerShell surfaces exposed as typed MCP tools.
  • Agents create components, scaffold templates and generate serialized YML without leaving the editor.

// 03 - ARCHITECTURE

Typed tool contracts
Zod-validated inputs and outputs at the MCP boundary - malformed agent calls fail loudly instead of corrupting CMS content.

// 04 - PRODUCTION-GRADE

  • Published and versioned on npm
  • Used in real agency Sitecore delivery

// 05 - ARTIFACTS