Developer Tools
Trust: 33/100 (Limited)io.github.Antonytm/mcp-sitecore-server Guide
A Model Context Protocol server for Sitecore
39 starsby Antonytm
Quick Start
Install
npx @antonytm/mcp-sitecore-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-antonytm-mcp-sitecore-server": {
"command": "npx",
"args": [
"@antonytm/mcp-sitecore-server"
]
}
}
}