Back to Home
sjjsjj2554 icon

SitecoreMCP

by sjjsjj2554

Overview

Integrate Sitecore CMS with AI assistants (such as Claude and GitHub Copilot) to manage content, track versions, navigate hierarchies, and perform CRUD operations using natural language commands or explicit tool calls via GraphQL.

Installation

Run Command
node dist/index.js

Environment Variables

  • SITECORE_HOST
  • SITECORE_API_KEY
  • SITECORE_USERNAME
  • SITECORE_PASSWORD
  • SITECORE_ENDPOINT

Security Notes

The server uses `rejectUnauthorized: false` for its HTTPS agent by default, which bypasses SSL certificate validation. While noted for local development with self-signed certificates, this setting is a critical security vulnerability in production environments as it allows for Man-in-the-Middle (MITM) attacks. All secrets (API key, username, password) are correctly loaded from environment variables. The natural language command parser maps to predefined internal methods, limiting direct remote code execution from chat commands, but relies on the AI model's safety and proper tool instruction. The project explicitly bans Sitecore PowerShell Extensions (SPE) due to high security risks, which is a strong positive.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

SitecoreCMSAI AgentGraphQLDeveloper Tool