Crafter CMS Connector for AI agents.
10 live capabilities
Manage headless CMS content and Git-based workflows with natural language.
Waiting for input…
Why people use Crafter CMS
Crafter CMS Content Management for Headless Workflows
This Connector changes that by putting the CMS in your chat window. You can ask your agent to find content, write new pages, or audit configurations without ever opening a browser tab. You get a direct path from your idea to a published live update.
What Vinkius changes
You get a direct line of communication between your AI agent and your headless CMS content.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Searching for content across dozens of sites
Instead of clicking through every site, a developer asks the agent to use search_crafter_delivery to find content and list results in a table.
- Real-world use case 02
Updating global configuration variables
A marketer asks the agent to use get_site_globals to find the current rule and then requests a specific change to the value.
- Real-world use case 03
Verifying site config before a launch
A DevOps engineer uses get_site_config to pull all Cloud logging tracing and Payload IDs into a summary for review.
Complete set · 10capabilities
The complete Crafter CMS capability set.
These are the exact actions your AI can choose when you ask it to work with Crafter CMS.
01—04
4 capabilities in this set.
Part of 10 available through Crafter CMS.
- 01 Capability
Wipe studio xml
Permanently deletes specific App nodes and drops the associated database bytes.
- 02 Capability
Execute graphql payload
Runs raw GraphQL queries to find specific data within the Headless Crafter Engine.
- 03 Capability
Get site config
Retrieves site configurations and cloud logging tracing for specific Payload IDs.
- 04 Capability
Get site globals
Lists all attached structured rules and exports the active configuration.
05—07
3 capabilities in this set.
Part of 10 available through Crafter CMS.
- 05 Capability
List platform sites
Identifies all active arrays and domains across your rented context.
- 06 Capability
List studio users
Verifies the structural matching of users against specific Blueprint constraints.
- 07 Capability
Get studio tree
Extracts properties from active Git hierarchies and identifies nested XML folders.
08—10
3 capabilities in this set.
Part of 10 available through Crafter CMS.
- 08 Capability
Publish crafter content
Migrates Studio changes to the live delivery engine and triggers a validation check.
- 09 Capability
Search crafter delivery
Performs full-text searches across internal arrays to find specific content or pictures.
- 10 Capability
Write studio xml
Generates new pages and provisions highly-available XML content nodes in the studio.
Set up in minutes
One URL. Then ask Crafter CMS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Crafter CMS 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_P6chfyKRMZprL0PepFRAV3G74EOIIhKLJtyhWAmH/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 Crafter CMS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Crafter CMS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_P6chfyKRMZprL0PepFRAV3G74EOIIhKLJtyhWAmH/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 Crafter CMS URL.
- Step 03
Save and start
Save the connection and enable Crafter CMS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"crafter-cms": {
"url": "https://edge.vinkius.com/vk_preview_P6chfyKRMZprL0PepFRAV3G74EOIIhKLJtyhWAmH/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 Crafter CMS
Open Agent mode in chat and ask: "Using Crafter CMS, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"crafter-cms": {
"url": "https://edge.vinkius.com/vk_preview_P6chfyKRMZprL0PepFRAV3G74EOIIhKLJtyhWAmH/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 Crafter CMS
Ask Copilot: "Using Crafter CMS, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"crafter-cms": {
"url": "https://edge.vinkius.com/vk_preview_P6chfyKRMZprL0PepFRAV3G74EOIIhKLJtyhWAmH/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 Crafter CMS
Open Cascade and ask: "Using Crafter CMS, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"crafter-cms": {
"url": "https://edge.vinkius.com/vk_preview_P6chfyKRMZprL0PepFRAV3G74EOIIhKLJtyhWAmH/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 Crafter CMS
Ask Cline: "Using Crafter CMS, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add crafter-cms --transport http "https://edge.vinkius.com/vk_preview_P6chfyKRMZprL0PepFRAV3G74EOIIhKLJtyhWAmH/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 Crafter CMS
Ask Claude: "Using Crafter CMS, show me...". 10 tools are ready
Where the request belongs
Work Crafter CMS can move forward.
This is for content developers and DevOps engineers who are tired of the click-fatigue associated with large-scale headless CMS platforms. It's for anyone who needs to manage content at scale without manually navigating nested menus.
Content Developer
Writing XML content nodes and testing GraphQL queries without leaving their editor.
DevOps Engineer
Monitoring site configurations and verifying publication workflows across different environments.
Technical Marketer
Searching for content across global sites to audit metadata and find specific assets.
Solutions Architect
Inspecting Git hierarchies and verifying environment variables for headless frontends.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCrafterCMS
Manage and query content from CrafterCMS. fetch pages, components, and trees, execute GraphQL/OpenSearch queries, and manage engine cache directly from your AI agent.
ContentStack (Management)
Grant your AI agent read-write capabilities using ContentStack CMA. Update, publish, and manage contents, schemas, and environments from chat.
Contentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Builder
Automate Builder.io headless CMS workflows. generate content blocks, update models, and orchestrate visual components directly from any AI agent.
Builder.io
Manage your visual CMS via Builder.io. track content entries, models, and symbols directly from any AI agent.
Payload CMS
Manage your Payload CMS instance. query collections, inspect documents, and manage content directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Crafter CMS 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 Crafter CMS.
The practical details behind the request, access and result.
Can the Crafter CMS MCP write new pages for me?
Yes, you can ask your agent to generate new pages or content nodes. It uses the CMS's native XML structure to create the content exactly where you need it.
Does this work with Git-based content workflows?
Yes, it's designed specifically to navigate and write to Git-based XML structures. Your agent can trace nested folders and manage the Git boundaries for you.
Can I use it to search for content across multiple sites?
You can search across all content nodes and internal arrays. It's a great way to find specific assets or data without having to browse each site individually.
How does it handle publishing to the delivery engine?
The Connector triggers the automated workflows required to migrate your Studio changes to the live delivery engine. It even runs a validation check during the process.
Can I audit my site configurations using this?
Yes, you can ask your agent to pull your site globals or specific site configurations. It's perfect for checking variables and rules across different environments.
Is this safe for enterprise content?
Yes, it connects securely to your Crafter CMS instance using your provided access token. It identifies precise arrays and lists users securely based on your permissions.
Can my agent write new content files to Crafter Studio via Git?
Yes. Use the 'write_studio_xml' capability. Provide the site name, file path, and raw XML content. The agent will command the backend to write the physical Git boundaries, generating new content nodes or pages directly in your Studio environment.
How do I publish changes from Studio to the live Delivery Engine?
Use the 'publish_crafter_content' capability. Provide the site name and the specific object path. Your agent will trigger the automated publication workflow, migrating the changes from your Git-based Studio repo to the live high-performance delivery endpoint.
Can I perform full-text searches across all site content?
Absolutely. The 'search_crafter_delivery' capability leverages Crafter's Elasticsearch integration. Your agent can pull explicitly queried words spanning all nodes, returning matches based on the query logic defined in your search engine.
One connection away
Give your agent a direct line to Crafter CMS.
Connect Crafter CMS once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available