CrafterCMS Connector for AI agents.
12 live capabilities
Query headless content and manage site structures through your AI client.
Waiting for input…
Why people use CrafterCMS
CrafterCMS Content Querying for Faster Development
This Connector changes that by bringing the content to you. You can just ask your agent to fetch the data or run a query, and it shows up in your chat. You get to stay in your flow and keep your eyes on the code.
What Vinkius changes
You get a direct line of communication between your AI agent and your CrafterCMS content.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying content layout
A developer needs to check a page's components.
- Real-world use case 02
Mapping site navigation
A content manager is worried about a broken link.
- Real-world use case 03
Refreshing stale content
An admin sees a stale page.
Complete set · 12capabilities
The complete CrafterCMS capability set.
These are the exact actions your AI can choose when you ask it to work with CrafterCMS.
01—04
4 capabilities in this set.
Part of 12 available through CrafterCMS.
- 01 Capability
Clear cache
Clears the Crafter Engine cache to ensure you're seeing the latest content updates. Use this when changes aren't appearing on the live site.
- 02 Capability
Get tree
Returns the complete hierarchy under a folder for a full structural overview. It shows every nested layer at once.
- 03 Capability
Graphql
Executes a GraphQL query against your content schema to pull specific data sets. This is perfect for custom data requirements.
- 04 Capability
Rebuild context
Forces the Crafter Engine to rebuild its context. Use this to fix common display issues or stale data problems.
05—08
4 capabilities in this set.
Part of 12 available through CrafterCMS.
- 05 Capability
Search
Runs an OpenSearch JSON query to find specific content across your entire system. It's great for finding needles in haystacks.
- 06 Capability
Transform url
Applies specific logic to content paths to see how they look in different environments. Use it to verify delivery paths.
- 07 Capability
Get breadcrumb
Retrieves the navigation breadcrumbs for a specific URL. This helps you map out site paths and navigation flow.
- 08 Capability
Get children
Lists all the items inside a specific folder. It helps you see what's nested where without opening the CMS.
09—12
4 capabilities in this set.
Part of 12 available through CrafterCMS.
- 09 Capability
Get component
Fetches and renders a specific component's data for inspection. This is useful for verifying layout details.
- 10 Capability
Get item
Retrieves a single content item from your store based on its path or ID. It's the fastest way to grab specific page data.
- 11 Capability
Get navigation tree
Pulls the full navigation tree to help you visualize the site's structure. Use it to get a bird's eye view of your site.
- 12 Capability
Get status
Checks the current monitoring status of your Crafter Engine. Use this to ensure the system is running well.
Set up in minutes
One URL. Then ask CrafterCMS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CrafterCMS 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_Oflkm9N0dNiPsOPQAfATwgncrzmukLSofNYHLkI7/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 CrafterCMS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CrafterCMS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Oflkm9N0dNiPsOPQAfATwgncrzmukLSofNYHLkI7/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 CrafterCMS URL.
- Step 03
Save and start
Save the connection and enable CrafterCMS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"craftercms": {
"url": "https://edge.vinkius.com/vk_preview_Oflkm9N0dNiPsOPQAfATwgncrzmukLSofNYHLkI7/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 CrafterCMS
Open Agent mode in chat and ask: "Using CrafterCMS, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"craftercms": {
"url": "https://edge.vinkius.com/vk_preview_Oflkm9N0dNiPsOPQAfATwgncrzmukLSofNYHLkI7/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 CrafterCMS
Ask Copilot: "Using CrafterCMS, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"craftercms": {
"url": "https://edge.vinkius.com/vk_preview_Oflkm9N0dNiPsOPQAfATwgncrzmukLSofNYHLkI7/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 CrafterCMS
Open Cascade and ask: "Using CrafterCMS, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"craftercms": {
"url": "https://edge.vinkius.com/vk_preview_Oflkm9N0dNiPsOPQAfATwgncrzmukLSofNYHLkI7/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 CrafterCMS
Ask Cline: "Using CrafterCMS, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add craftercms --transport http "https://edge.vinkius.com/vk_preview_Oflkm9N0dNiPsOPQAfATwgncrzmukLSofNYHLkI7/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 CrafterCMS
Ask Claude: "Using CrafterCMS, show me...". 12 tools are ready
Where the request belongs
Work CrafterCMS can move forward.
This is for the developers and content managers who are tired of constant context switching between their code and the CMS dashboard.
Frontend Developer
Checking content schemas and testing GraphQL queries directly from the IDE to save time.
Content Manager
Verifying content hierarchy and metadata across different site environments without manual clicking.
DevOps Engineer
Monitoring engine status and triggering cache invalidations via simple natural language commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCrafter 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.
Agility CMS
Manage and query your Agility CMS content through AI. navigate sitemaps, search lists, and fetch layouts.
Cockpit (Self-hosted Headless CMS API)
Manage your self-hosted Cockpit CMS content, assets, and menus directly from any AI agent.
Payload CMS
Manage your Payload CMS instance. query collections, inspect documents, and manage content 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.
DatoCMS
Manage headless content via DatoCMS. execute GraphQL queries, handle record CRUD, manage content models, and audit media uploads directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep CrafterCMS 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 CrafterCMS.
The practical details behind the request, access and result.
Can I use CrafterCMS MCP to see my site structure?
Yes, you can use it to pull the full navigation tree or folder hierarchies. This lets you see how your content is organized without having to click through every folder in the CMS dashboard.
Does CrafterCMS MCP help with GraphQL queries?
Yes, it allows your AI agent to execute GraphQL queries against your content schema. This is great for pulling specific data sets for your frontend development.
How do I clear the cache with CrafterCMS MCP?
You can just ask your agent to clear the engine cache. It will use the capability to refresh the system so you can see your latest content updates immediately.
Can I use it to find specific content?
Yes, the Connector includes a search capability that lets you run queries to find specific content across your entire system using natural language.
Will CrafterCMS MCP show me my breadcrumbs?
It can. You can provide any URL to your agent, and it will retrieve the breadcrumb navigation for that specific path to help you map out your site's structure.
Can I execute complex GraphQL queries against my content?
Yes! Use the graphql capability to send query strings and optional variables. The agent will return the data according to your site's auto-generated schema.
How do I clear the delivery cache for my site?
You can use the clear_cache action. Note that this requires a valid CRAFTERCMS_MANAGEMENT_TOKEN to be configured in your credentials.
Is it possible to search for content using OpenSearch syntax?
Absolutely. The search capability allows you to pass a raw OpenSearch JSON query object to find exactly what you need within your CrafterCMS index.
One connection away
Give your agent a direct line to CrafterCMS.
Connect CrafterCMS once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available