Sitecore

v1.3.2Business Applicationsstable

A Model Context Protocol server for Sitecore

mcp-sitecoremcpai-integration
Share:
43
Stars
0
Downloads
0
Weekly
0/5

What is Sitecore?

Sitecore is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server for sitecore

A Model Context Protocol server for Sitecore

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Model Context Protocol server for Sitecore

Use Cases

Manage Sitecore through Model Context Protocol.
Antonytm

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.3.2
UpdatedMay 15, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @antonytm/mcp-sitecore-server

Manual Installation

npx -y @antonytm/mcp-sitecore-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Sitecore

The Sitecore MCP server connects AI assistants directly to your Sitecore CMS instance, exposing over 100 tools that cover GraphQL queries, Item Service CRUD operations, PowerShell script execution, security management, and content publishing. It supports three Sitecore APIs (GraphQL, Item Service, and PowerShell Remoting) simultaneously, letting you manage content, search indexes, layouts, and workflows through natural language. Teams have reported up to 5x acceleration in design-to-CMS conversion workflows by eliminating the need to switch between Sitecore tools manually.

Prerequisites

  • Node.js 18+ installed (for npx execution)
  • A running Sitecore instance with GraphQL, Item Service, or PowerShell Remoting enabled
  • Valid Sitecore credentials (username/password or API key) for the target instance
  • An MCP-compatible client such as Claude Desktop, Cursor, or VS Code with MCP support
1

Identify your Sitecore API endpoints

Determine which Sitecore APIs you want to use: GraphQL endpoint URL and API key, Item Service server URL with domain credentials, or PowerShell Remoting server URL with credentials. You will need at least one set configured.

2

Add the server to your MCP client configuration

Open your MCP client config file (e.g. claude_desktop_config.json for Claude Desktop) and add the Sitecore server entry with the appropriate environment variables for your chosen API.

{
  "mcpServers": {
    "sitecore": {
      "command": "npx",
      "args": ["-y", "@antonytm/mcp-sitecore-server"],
      "env": {
        "GRAPHQL_ENDPOINT": "https://your-sitecore-instance/sitecore/api/graph/edge",
        "GRAPHQL_API_KEY": "your-graphql-api-key",
        "ITEM_SERVICE_SERVER_URL": "https://your-sitecore-instance",
        "ITEM_SERVICE_DOMAIN": "sitecore",
        "ITEM_SERVICE_USERNAME": "admin",
        "ITEM_SERVICE_PASSWORD": "your-password",
        "POWERSHELL_SERVER_URL": "https://your-sitecore-instance",
        "POWERSHELL_DOMAIN": "sitecore",
        "POWERSHELL_USERNAME": "admin",
        "POWERSHELL_PASSWORD": "your-password"
      }
    }
  }
}
3

Configure the transport mode (optional)

By default the server uses stdio transport, which is correct for most MCP clients. If you need HTTP or SSE transport for remote access, set the TRANSPORT environment variable.

"TRANSPORT": "streamable-http"
4

Restart your MCP client

Save the configuration file and restart Claude Desktop, Cursor, or whichever MCP client you use. The Sitecore server will start via npx automatically when the client connects.

5

Verify connectivity

Ask your AI assistant to list Sitecore items or run a simple GraphQL introspection query to confirm the server is connected and credentials are working correctly.

Sitecore Examples

Client configuration

Example claude_desktop_config.json for connecting to a Sitecore instance using all three APIs.

{
  "mcpServers": {
    "sitecore": {
      "command": "npx",
      "args": ["-y", "@antonytm/mcp-sitecore-server"],
      "env": {
        "GRAPHQL_ENDPOINT": "https://cm.your-sitecore.com/sitecore/api/graph/edge",
        "GRAPHQL_API_KEY": "YOUR_GRAPHQL_API_KEY",
        "ITEM_SERVICE_SERVER_URL": "https://cm.your-sitecore.com",
        "ITEM_SERVICE_DOMAIN": "sitecore",
        "ITEM_SERVICE_USERNAME": "admin",
        "ITEM_SERVICE_PASSWORD": "YOUR_PASSWORD",
        "POWERSHELL_SERVER_URL": "https://cm.your-sitecore.com",
        "POWERSHELL_DOMAIN": "sitecore",
        "POWERSHELL_USERNAME": "admin",
        "POWERSHELL_PASSWORD": "YOUR_PASSWORD"
      }
    }
  }
}

Prompts to try

Example prompts to use once the Sitecore server is connected.

- "Find all Sitecore items under /sitecore/content/Home and list their names and paths."
- "Run a GraphQL query to get the title and body fields of the homepage item."
- "Create a new Sitecore item of template 'Sample Item' under /sitecore/content/Home named 'New Page'."
- "Execute a PowerShell script to republish all items under /sitecore/content."
- "List all Sitecore users who have write access to the Home node."

Troubleshooting Sitecore

Authentication fails with 401 or 403 errors

Verify that ITEM_SERVICE_DOMAIN matches the domain configured in Sitecore (commonly 'sitecore' or 'extranet'). Ensure the user account has the necessary Sitecore roles and that the Item Service module is installed and enabled on the CM server.

GraphQL endpoint returns no results or schema introspection fails

Check that GRAPHQL_ENDPOINT points to the correct GraphQL edge endpoint (usually ending in /sitecore/api/graph/edge) and that GRAPHQL_API_KEY matches a valid key defined in Sitecore's GraphQL configuration. Confirm the GraphQL endpoint is accessible from the machine running the MCP server.

PowerShell tool calls time out or return connection errors

Confirm that Sitecore PowerShell Extensions (SPE) is installed on your Sitecore instance and that PowerShell Remoting is enabled and the user account has SPE execution rights. The POWERSHELL_SERVER_URL should point to your CM server.

Frequently Asked Questions about Sitecore

What is Sitecore?

Sitecore is a Model Context Protocol (MCP) server that model context protocol server for sitecore It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Sitecore?

Install via npm with the command: npx -y @antonytm/mcp-sitecore-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Sitecore?

Sitecore works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Sitecore free to use?

Yes, Sitecore is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Sitecore Alternatives — Similar Business Applications Servers

Looking for alternatives to Sitecore? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Sitecore?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides