Sitecore Connector for AI agents.
9 live capabilities
Manage enterprise CMS content and workflows from your chat interface.
Waiting for input…
Why people use Sitecore
Sitecore CMS Content Management without the manual clicking
With this Connector, that process disappears. You just tell your AI agent what needs to change. It finds the item, pulls the data, and applies the updates for you. You go from being a manual data entry clerk to a content director who simply gives instructions.
What Vinkius changes
You get a conversational interface for your enterprise CMS.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk updating campaign fields
A content author needs to update the date and title for 20 different campaign items.
- Real-world use case 02
Finding legacy site content
A marketer is looking for an old 'Summer Sale' page from 2019.
- Real-world use case 03
Checking review status
A project manager wants to know if the homepage is ready.
Complete set · 9capabilities
The complete Sitecore capability set.
These are the exact actions your AI can choose when you ask it to work with Sitecore.
01—03
3 capabilities in this set.
Part of 9 available through Sitecore.
- 01 Capability
Get item details
Pull back specific details for a single Sitecore item to see its current properties. It is useful for verifying content data.
- 02 Capability
Get item layout
Retrieve the presentation and layout details for a specific page or item. You can see exactly how a page is built.
- 03 Capability
Get workflow state
Check whether an item is in Draft, Review, or Published status. This keeps you updated on content progress.
04—06
3 capabilities in this set.
Part of 9 available through Sitecore.
- 04 Capability
List item children
See the immediate children of a specific item to navigate the content hierarchy. It helps you map out your site structure.
- 05 Capability
Create content item
Create a new item in the Sitecore content tree by providing the parent ID, name, and template. This helps build out new sections quickly.
- 06 Capability
Delete content item
Permanently remove a Sitecore item from the system. Use this with caution as the action cannot be undone.
07—09
3 capabilities in this set.
Part of 9 available through Sitecore.
- 07 Capability
List content templates
See all available content templates to decide which one to use for new items. This ensures you use the correct formats.
- 08 Capability
Search content
Perform a broad search across your CMS to find specific items using keywords or dates. This is great for finding legacy content.
- 09 Capability
Update content item
Update any number of fields on an existing item using a JSON string of name and value pairs. It makes bulk updates much faster.
Set up in minutes
One URL. Then ask Sitecore to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Sitecore from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_HMtPaG6GYQ9Dw5IGIolVaTNn8IsoMdMPwWZh6wDU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Sitecore, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Sitecore for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_HMtPaG6GYQ9Dw5IGIolVaTNn8IsoMdMPwWZh6wDU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Sitecore URL.
- Step 03
Save and start
Save the connection and enable Sitecore in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sitecore": {
"url": "https://edge.vinkius.com/vk_preview_HMtPaG6GYQ9Dw5IGIolVaTNn8IsoMdMPwWZh6wDU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Sitecore
Open Agent mode in chat and ask: "Using Sitecore, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sitecore": {
"url": "https://edge.vinkius.com/vk_preview_HMtPaG6GYQ9Dw5IGIolVaTNn8IsoMdMPwWZh6wDU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Sitecore
Ask Copilot: "Using Sitecore, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sitecore": {
"url": "https://edge.vinkius.com/vk_preview_HMtPaG6GYQ9Dw5IGIolVaTNn8IsoMdMPwWZh6wDU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Sitecore
Open Cascade and ask: "Using Sitecore, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sitecore": {
"url": "https://edge.vinkius.com/vk_preview_HMtPaG6GYQ9Dw5IGIolVaTNn8IsoMdMPwWZh6wDU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Sitecore
Ask Cline: "Using Sitecore, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sitecore --transport http "https://edge.vinkius.com/vk_preview_HMtPaG6GYQ9Dw5IGIolVaTNn8IsoMdMPwWZh6wDU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Sitecore
Ask Claude: "Using Sitecore, show me...". 9 tools are ready
Where the request belongs
Work Sitecore can move forward.
This is for content teams who are tired of the clicking fatigue in Sitecore. It's for the authors who need to update fields fast and the marketers who are hunting for old content.
Content Author
Updates field values for multiple pages without opening the Sitecore client.
Marketer
Searches for legacy content items to verify if personalized components are in the right layout.
Developer
Automates the creation of test items and queries complex Sitecore trees while coding front-end apps.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAgility CMS
Manage and query your Agility CMS content through AI. navigate sitemaps, search lists, and fetch layouts.
Crafter CMS
Manage headless content via Crafter CMS. execute GraphQL queries, write Git-based XML content, and publish to delivery engines directly from any AI agent.
Umbraco
Automate content workflows via Umbraco. retrieve delivery content, execute backoffice CRUD, and browse media assets directly from your AI agent.
Builder.io
Manage your visual CMS via Builder.io. track content entries, models, and symbols directly from any AI agent.
Cockpit (Self-hosted Headless CMS API)
Manage your self-hosted Cockpit CMS content, assets, and menus directly from any AI agent.
Elemeno
Equip your AI agent to manage content collections, track singletons, and monitor items via the Elemeno CMS API.
Bring your own AI
Change the model, client or framework. Keep Sitecore connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Sitecore.
The practical details behind the request, access and result.
Can I use the Sitecore MCP to update my site content?
Yes. You can use it to update any field value on your existing content items. Just tell your agent which item to change and what the new values should be.
Does the Sitecore MCP work with Cursor or Claude?
Yes. This Connector is designed to work with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.
How do I connect my Sitecore instance to the Connector?
You just need to provide your Sitecore Base URL and your Services Client API Key in the configuration. Once connected, your agent can start interacting with your content.
Can I search for old content with the Sitecore MCP?
Yes. You can use the search capability to find specific items across your entire CMS using keywords, dates, or other parameters.
Is the Sitecore MCP safe for my enterprise data?
The Connector acts as a bridge between your agent and your CMS. It uses your existing API keys and permissions, ensuring that your agent only performs actions that your account is authorized to do.
Can I see the layout of my pages using this Connector?
Yes. You can retrieve the presentation and layout details for any item. This helps you see how a page is structured without having to open the full editor.
Can my AI agent create new pages from specific templates?
Yes. Ask the agent to list your content templates to find the ID of the template you want (e.g., 'Article' or 'Landing Page'). Then, provide the parent path where you want the new items to exist. Your agent will call the Sitecore API to instantly generate the new items based on those schemas without requiring you to open the Content Editor.
How can I bulk update metadata for outdated pages?
First, ask your agent to search for the specific path or keyword to get all related page IDs. Then, command the agent to update each item by passing a JSON with the new fields (like updating SEO descriptions or valid dates). The AI parses your instruction and dynamically executes the updates directly into Sitecore.
Is it possible to check whether an item is published or still in Draft mode?
Absolutely. You can request the agent to get the workflow state of any given item path. The agent will respond with the current state (e.g., Draft, Awaiting Approval, or Published), making it easy to track content pipelines.
One connection away
Give your agent a direct line to Sitecore.
Connect Sitecore once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available