MCP Server
Maintained
Apache-2.0
io.github.Antonytm/mcp-sitecore-server MCP Server
io.github.Antonytm/mcp-sitecore-server
What is the io.github.Antonytm/mcp-sitecore-server MCP server?
A Model Context Protocol server for Sitecore
How to install io.github.Antonytm/mcp-sitecore-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-sitecore-server": {
"command": "npx",
"args": [
"-y",
"@antonytm/mcp-sitecore-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-sitecore-server": {
"command": "npx",
"args": [
"-y",
"@antonytm/mcp-sitecore-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-sitecore-server": {
"command": "npx",
"args": [
"-y",
"@antonytm/mcp-sitecore-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-sitecore-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@antonytm/mcp-sitecore-server"
]
}
}
}Claude Code
claude mcp add mcp-sitecore-server -- npx -y @antonytm/mcp-sitecore-server