ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use CrafterCMS with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage and query content from CrafterCMS. fetch pages, components, and trees, execute GraphQL/OpenSearch queries, and manage engine cache directly from your AI

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete CrafterCMS capability set.

These are the exact actions your AI can choose when you ask it to work with CrafterCMS.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through CrafterCMS.

  1. 01

    Get tree

    Get complete hierarchy under a folder

  2. 02

    Rebuild context

    Requires management token. Rebuild the Crafter Engine context

  3. 03

    Search

    Execute an OpenSearch JSON query

  4. 04

    Transform URL

    Transform a URL using a specific transformer

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through CrafterCMS.

  1. 05

    Get breadcrumb

    Get breadcrumb navigation for a URL

  2. 06

    Get item

    Get a single item from CrafterCMS content store

  3. 07

    Get navigation tree

    Get navigation tree

  4. 08

    Clear cache

    Requires management token. Clear the Crafter Engine cache

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through CrafterCMS.

  1. 09

    Get children

    List children of a folder in CrafterCMS

  2. 10

    Get component

    Render and retrieve a specific component

  3. 11

    Get status

    Get Crafter Engine monitoring status

  4. 12

    Graphql

    Execute a GraphQL query

Observed, not estimated

1996ms average. Fast in production.

CrafterCMS is checked daily against the live service.

Daily averagePeak 4397ms
Aug 20Today
Fastest day
1642ms
Slowest day
4397ms
14-day trend
Improving-60%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of CrafterCMS, so you can see the experience inside your AI.

It does not authenticate your account with CrafterCMS. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

CrafterCMS Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Oflkm9N0dNiPsOPQAfATwgncrzmukLSofNYHLkI7/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — CrafterCMS capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "craftercms-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Oflkm9N0dNiPsOPQAfATwgncrzmukLSofNYHLkI7/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions CrafterCMS owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.