SitecoreMCP
Verified Safeby sjjsjj2554
Overview
Integrates Sitecore CMS with AI assistants for content querying, CRUD operations, and content structure discovery via GraphQL.
Installation
node dist/index.jsEnvironment Variables
- SITECORE_HOST
- SITECORE_API_KEY
- SITECORE_USERNAME
- SITECORE_PASSWORD
- SITECORE_ENDPOINT
Security Notes
The server uses `rejectUnauthorized: false` in its HTTPS agent, which disables SSL certificate validation. This is a critical security risk for production environments and should be set to `true` or handled securely. Authentication relies on a mandatory `SITECORE_API_KEY` and optionally `SITECORE_USERNAME`/`SITECORE_PASSWORD` for Basic Auth, which are standard for Sitecore API access. The natural language command parser is well-structured and maps commands to specific, controlled internal tool calls, mitigating arbitrary code execution risks. Explicitly bans Sitecore PowerShell Extensions (SPE) for mutations due to RCE risks.
Similar Servers
claudepro-directory
Provides a Model Context Protocol (MCP) interface for Claude AI to query the ClaudePro Directory's content (agents, MCP servers, rules, commands, hooks), enabling AI agents to search, retrieve details, and authorize access to directory data.
mcp-server-salesforce
Integrates Claude with Salesforce to enable natural language interactions for querying, modifying, and managing Salesforce data and metadata, including Apex code.
pluggedin-app
A testing environment for MCP (Model Context Protocol) servers, enabling interaction via a chat interface powered by Large Language Models (LLMs) and LangChain ReAct framework.
mcp-wordpress
Acts as an AI-driven WordPress management server, providing tools for SEO optimization, content management, performance monitoring, and secure API interactions.