EXDST × SITECORE × ANTHROPIC MCP
One protocol, multiple clients. Fast, easy, transparent. An open-source MCP server that lets Claude, ChatGPT, and Cursor read and modify Sitecore content directly.
The problem
For marketers
Marketing teams have GPT-class agents writing copy and translating campaigns in seconds. Then those agents stop at the door of the CMS — copy-paste, manual workflow steps, no awareness of templates, fields, or datasources.
Sitecore is the engine. We needed to give the agents a steering wheel.
On the dev side
For developers
Developers move faster than ever with Claude Code, OpenAI Codex, Google Antigravity, and Cursor — until the project is Sitecore. The agents lose sight of available renderings, miss presentation details, and have no map of data sources or templates.
Same wall. Different side of the door.
What we built
A Node-based Model Context Protocol server that translates LLM tool calls into Sitecore APIs — Item Service, GraphQL, PowerShell. One install, ready for any MCP-aware client.
Clients
Core
mcp-sitecore-server
100+ tools
across 10 categories
Sitecore surfaces
Capabilities
Each capability is one or more MCP tools. Click a tab to see a real prompt and the call we send to Sitecore.
Prompt
MCP tools used
Results
Faster Figma → Sitecore
Renderings, datasources, content items scaffolded from a design link in one prompt — no manual wiring.
Fewer manual scaffolds
Coding agents now create items, set presentation, and wire parameters that used to be hand-clicked in Content Editor.
Tools, one install
Item Service, GraphQL, PowerShell — every Sitecore surface, one MCP endpoint.
"Claude Code opened the design, drafted the plan, scaffolded the rendering and its datasource template with every field wired, then spun up test pages in two languages across a handful of variants and walked through them in Chrome. The commit was staged and the PR was open before standup ended."
Bogdan D.
Senior Developer, EXDST
What's changing
We shipped our MCP server in May 2025 and introduced the Sitecore community to AI agents and the Model Context Protocol — at meetups, on stage at SUGCON, and in the open on GitHub.
The ecosystem hasn't stood still since. Sitecore is rolling out its own Marketer MCP. Native MCP is on the way for Sitecore PowerShell.
We stay open-minded, keep a hand on the pulse, and pick whatever fits the project best — including tools we didn't ship ourselves. Loyalty is to the outcome, not to the codebase.
How it ships
Three ways to run the server — pick the one that fits how your team already ships. Run it locally on a developer's laptop, drop it in a container for a shared editor pool, or clone the source and tune it to your needs.
npx @antonytm/mcp-sitecore-server docker run antonytm/mcp-sitecore-windows git clone https://github.com/Antonytm/mcp-sitecore-server
Get started
Hook it up to your Sitecore instance, drop the config in your MCP client, and start working. No SDK to install on the Sitecore side — works against existing APIs.
Enable the Sitecore APIs
# enable all three for full coverage — # or just the ones the tools you use need. PowerShell Remoting Item Service API GraphQL
Set environment variables
TRANSPORT: streamable-http GRAPHQL_ENDPOINT: http://cm/sitecore/api/graph/ GRAPHQL_SCHEMAS: edge GRAPHQL_API_KEY: "{6D3F291E-66A5-4703-887A-D549AF83D859}" GRAPHQL_HEADERS: "" ITEM_SERVICE_DOMAIN: sitecore ITEM_SERVICE_USERNAME: admin ITEM_SERVICE_PASSWORD: b ITEM_SERVICE_SERVER_URL: http://cm/ POWERSHELL_DOMAIN: sitecore POWERSHELL_USERNAME: admin POWERSHELL_PASSWORD: b POWERSHELL_SERVER_URL: http://cm/
Start the MCP server
npx @antonytm/mcp-sitecore-server Connect your MCP client
# point your client at the local server http://localhost:3001
Build journal
Talk to us
Want this running on your stack next week? Send a note. We'll come back with a connection plan, scoped to your editorial and developer workflows.