Skip to content
Cursor

mcp sitecore server for Cursor

io.github.antonytm/mcp-sitecore-server

A Model Context Protocol server for Sitecore

client:Cursor transport:stdio runtime:npm

Install mcp sitecore server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp sitecore server in other clients