Hygraph (Headless CMS)

Hygraph (Headless CMS) MCP Connector for Claude

A+

Manage headless content via Hygraph — execute GraphQL queries, introspect schemas, and manage documents.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Hygraph project to any AI agent and take full control of your federated content and headless CMS architecture through natural conversation.

What you can do

  • GraphQL Orchestration — Execute complex nested queries and mutations directly from your agent to fetch or update structured content without manual REST endpoints
  • Schema Introspection — Discover content models and list available fields to understand your project's data structure and scalar parameters automatically
  • Document Lifecycle — Create, update, and publish CMS documents, moving content from Draft to Published stages with precise ID targeting
  • Media Management — Enumerate media assets and retrieve secure handles and cloud URLs required for frontend delivery and display
  • Localization Audit — List project locales and translation spaces to identify which content stages are mapped to specific internationalization rules
  • Cleanup Operations — Irreversibly delete specific content nodes and documents to maintain a clean and optimized content repository

How it works

  1. Subscribe to this server
  2. Enter your Hygraph API Endpoint and Auth Token
  3. Start managing your content architecture from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Frontend Developers — test GraphQL queries and introspect content models without leaving your IDE or opening the Hygraph Playground
  • Content Architects — audit schema definitions and verify field configurations across multiple content models through natural conversation
  • Digital Editors — create and publish draft content quickly by commanding your AI agent to update specific document fields
graphqlcontent-modelingapi-firstschema-managementstructured-contentfederated-content

10 tools expose this connector's capabilities to your AI agent.

create_cms_document

Dispatch an automated validation check routing Dynamic Model creation

wipe_cms_document

Irreversibly vaporize explicit Content arrays returning clean states

list_project_locales

Identify precise active arrays spanning Translation spaces

get_model_fields

Inspect deep internal arrays mitigating specific Content configurations

list_schema_introspection

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

list_media_assets

Enumerate explicitly attached structured rules defining Media limits

publish_cms_document

Perform structural extraction of properties driving an explicit Live shift

execute_graphql_mutation

Provision a highly-available JSON Payload resolving direct Schema writes

execute_graphql_query

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

update_cms_document

Mutate global Web CRM boundaries substituting Draft values safely

See how to talk to your AI agent using Hygraph (Headless CMS).

List all content models in my project

I've performed a schema introspection. Your project contains 8 content models including 'BlogPost', 'Author', 'Category', 'Product', and 'CustomerReview'. Which one would you like to inspect?

Show me the fields for the 'BlogPost' model

The 'BlogPost' model has the following fields: 'title' (String), 'slug' (String), 'content' (RichText), 'author' (Relation to Author), 'publishedDate' (DateTime), and 'coverImage' (Asset). Would you like to create a new draft post?

Execute a query to get the title and slug of the last 3 published posts

Running GraphQL query… I've retrieved the last 3 posts: 1) 'AI in 2024' (slug: ai-2024), 2) 'Mastering Hygraph' (slug: mastering-hygraph), and 3) 'Headless CMS Trends' (slug: cms-trends). All are currently in the PUBLISHED stage.

Yes. Use the `execute_graphql_query` tool 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.

Related Connectors