ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Hygraph with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage headless content via Hygraph. execute GraphQL queries, introspect schemas, and manage documents.

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 · 10 capabilities

The complete Hygraph capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Hygraph.

  1. 01

    Create cms document

    Dispatch an automated validation check routing Dynamic Model creation

  2. 02

    Publish cms document

    Perform structural extraction of properties driving an explicit Live shift

  3. 03

    Execute graphql mutation

    Provision a highly-available JSON Payload resolving direct Schema writes

  4. 04

    Execute graphql query

    Identify bounded routing spaces inside the Headless Hygraph limits using pure GraphQL

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Hygraph.

  1. 05

    List media assets

    Enumerate explicitly attached structured rules defining Media limits

  2. 06

    List project locales

    Identify precise active arrays spanning Translation spaces

  3. 07

    Update cms document

    Mutate globalThis Web CRM boundaries substituting Draft values safely

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Hygraph.

  1. 08

    Wipe cms document

    Irreversibly vaporize explicit Content arrays returning clean states

  2. 09

    Get model fields

    Inspect deep internal arrays mitigating specific Content configurations

  3. 10

    List schema introspection

    Types` executing an introspection determining automatically which Models the Project hosts. Retrieve explicit Cloud logging tracing Model names

Observed, not estimated

848ms average. Fast in production.

Hygraph is checked daily against the live service.

Daily averagePeak 1083ms
Aug 20Today
Fastest day
712ms
Slowest day
1083ms
14-day trend
Stable-2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 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 Hygraph, so you can see the experience inside your AI.

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

Hygraph Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_E2kDf3rmUJJgcNZKXaOKQyqaD4p2MZcV1xyGfKJa/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 — Hygraph capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "hygraph-headless-cms-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_E2kDf3rmUJJgcNZKXaOKQyqaD4p2MZcV1xyGfKJa/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 Hygraph owners ask.

  • 01

    Can I test complex GraphQL queries through my agent?

    Yes. Use the execute_graphql_query capability to run any valid GraphQL query block. Your agent will return the nested document results, making it an ideal way to verify content fetching without using the Hygraph Playground.

  • 02

    How do I publish a draft document using my agent?

    The publish_cms_document capability allows your agent to shift a document's stage from DRAFT to PUBLISHED. You just need to provide the Model Name and the Target UUID to make the content live on your frontend.

  • 03

    Can I see all available fields for a specific content model?

    Absolutely. Use the get_model_fields capability with the name of your Model (e.g., 'Post' or 'Product'). Your agent will perform a schema introspection and list all fields, types, and scalar parameters defined in that model.