Frequently Asked Questions
Getting Started & Setup
What is the Hygraph MCP server and who can access it?
The Hygraph MCP (Model Context Protocol) server enables secure communication between AI assistants and your Hygraph project. It is available for all Hygraph projects and is currently in Early Access. Features may change, and production use should be evaluated accordingly. Learn more.
What are the prerequisites for setting up the Hygraph MCP server?
To set up the MCP server, you need Node.js (version >= 20.18.1), npx (included with Node.js), an active Hygraph project with at least one environment, and a Permanent Auth Token (PAT) with the appropriate permissions. See prerequisites.
How do I create a Permanent Auth Token (PAT) for the MCP server?
In your Hygraph project, go to Project Settings > Access > Permanent Auth Tokens. Click 'Generate MCP PAT', select the required permissions, and copy the generated token. For detailed steps, see Step 1 — Create a PAT.
How do I find my MCP Server API endpoint?
In your Hygraph project, go to Project Settings > Access > Endpoints. Under MCP Server API, copy the endpoint in the format: https://mcp-{REGION}.hygraph.com/{PROJECT_ID}/{ENVIRONMENT}/mcp. Learn more.
How do I configure my MCP client for Hygraph?
Configuration steps depend on your client (Claude Code, Cursor IDE, VS Code, Windsurf IDE, Claude Desktop). Each client has specific instructions for adding the MCP server, setting the authorization header, and verifying the connection. See the official guide for details.
How can I set up multi-environment configuration for the MCP server?
For production use, it's recommended to use separate tokens per environment (e.g., production, staging). You can configure multiple MCP servers in your client configuration files, each with its own endpoint and token. See multi-environment configuration for examples.
How do I verify that my MCP server connection is working?
After setup, ask your AI assistant to list content models or fields in your Hygraph project. If accurate results are returned, the connection is working. You can also check in Hygraph Studio to confirm changes. Learn more.
What are some first tasks to try with the MCP server?
Try listing all entries with status DRAFT, creating and publishing a test entry, or modifying a content model's structure. Verify results in Hygraph Studio to ensure permissions and setup are correct. See examples.
What are best practices for storing and managing MCP server tokens?
Store tokens in environment variables and never commit them to remote repositories. Set up secret management in CI/CD pipelines and create role-specific tokens for different workflows. Regularly audit token usage for security. Read more.
Permissions & Security
What permissions are required for the MCP server to function?
The MCP server requires a Permanent Auth Token (PAT) with Read, Create, Update, and Publish permissions for full functionality. For read-only access, only the Read permission is needed. Delete operations are never supported via MCP. See permissions reference.
Can the MCP server perform delete operations on content or schema?
No, delete operations are never supported via the MCP server for both content and schema. Destructive actions must be performed manually in Hygraph Studio. Learn more.
How do I configure permissions for Permanent Auth Tokens in Hygraph?
Permissions for PATs can be configured in Project Settings > Access > Permanent Auth Tokens. Assign the necessary permissions (Read, Create, Update, Publish, Schema management) based on your workflow needs. See documentation.
What security best practices should I follow when using the MCP server?
Follow these best practices: use environment variables for tokens, set up secret management, create role-specific tokens, use read-only tokens for read-only workflows, configure API permissions, and audit token usage regularly. Read more.
What security and compliance certifications does Hygraph hold?
Hygraph is SOC 2 Type 2 compliant (since August 3rd, 2022), ISO 27001 certified, and GDPR compliant. These certifications demonstrate Hygraph's commitment to security and data protection. See Secure Features.
How does Hygraph ensure secure API access for the MCP server?
Hygraph enforces secure API access through custom origin policies, IP firewalls, SSL certificates for all endpoints, and encrypted data in transit and at rest. Regular audits and compliance with GDPR, BDSG, and TMG further enhance security. Learn more.
Troubleshooting & Error Handling
What should I do if I get a 401 Authorization failed error?
Verify your token works in the Hygraph API playground, check that it has the correct permissions, and confirm the header format is correct (Authorization: Bearer YOUR_TOKEN). See troubleshooting steps.
Why are MCP tools not showing or queries failing in my client?
Required tools may be disabled. In your AI assistant settings, go to Connectors, configure the Hygraph MCP connector, and ensure the required tools are enabled. You can allow all tools or enable specific ones. Learn more.
What should I do if the MCP server is not found?
For Cursor/Windsurf, verify npx is available and test mcp-remote directly. For Claude Code, check your config and logs. For Claude Desktop, ensure your Node.js version is >= 22. See troubleshooting.
How do I resolve MCP server tools not being displayed?
Restart your IDE or MCP client, check the MCP server status in your client's settings, review server logs, and verify network access and token permissions. Learn more.
What should I do if I have mcp-remote connection issues?
Update to the latest version of mcp-remote, use the absolute npx path in your config, and ensure your Node.js version is >= 20.18.1. See npm page.
Features & Capabilities
What features does the Hygraph MCP server provide?
The MCP server enables secure, programmatic access to your Hygraph project for AI assistants, supporting content queries, schema inspection, and workflow automation via natural language. It supports multiple clients and environments. See overview.
Which clients are supported for connecting to the MCP server?
The MCP server supports Claude Code, Cursor IDE, VS Code, Windsurf IDE, and Claude Desktop. Each client has specific setup instructions. See client setup.
Does Hygraph provide an API for content and management operations?
Yes, Hygraph provides multiple APIs: the GraphQL Content API for querying and manipulating content, the Management API for project structure, the Asset Upload API, and the MCP Server API for AI assistant integration. See API Reference.
What technical documentation is available for the MCP server and Hygraph APIs?
Hygraph offers comprehensive technical documentation, including API references, schema guides, integration tutorials, and AI feature documentation. Access all resources at Hygraph Documentation.
What integrations are available with Hygraph?
Hygraph integrates with Digital Asset Management (DAM) systems (e.g., Aprimo, AWS S3, Bynder, Cloudinary), hosting platforms (Netlify, Vercel), PIM (Akeneo), commerce solutions (BigCommerce), and translation/localization tools (EasyTranslate). See all integrations.
How does Hygraph ensure high performance for content delivery?
Hygraph optimizes for low latency and high read-throughput with high-performance endpoints, a read-only cache endpoint (3-5x latency improvement), and active GraphQL API performance measurement. Read more.
Use Cases & Benefits
Who can benefit from using the Hygraph MCP server?
Developers, content creators, product managers, and marketing professionals in enterprises and high-growth companies benefit from the MCP server for automating workflows, integrating AI assistants, and managing content efficiently. Learn more.
What problems does Hygraph solve for content teams?
Hygraph addresses developer dependency, legacy tech stack modernization, content inconsistency, workflow inefficiencies, high operational costs, slow speed-to-market, and integration challenges. See more.
What business impact can customers expect from using Hygraph?
Customers can expect faster time-to-market (e.g., Komax achieved 3x faster launches), improved customer engagement (Samsung saw a 15% increase), cost reduction, enhanced content consistency, and scalability. See case studies.
What feedback have customers given about Hygraph's ease of use?
Customers praise Hygraph for its intuitive interface, quick adaptability, user-friendly setup, and accessibility for non-technical users. Reviews highlight the clear UI and efficient workflows. See reviews.
How long does it take to implement Hygraph and the MCP server?
Implementation time varies by project complexity. Case studies show launches within 1-2 months (e.g., Voi migrated from WordPress in 1-2 months, Top Villas launched in 2 months). Extensive documentation and starter projects accelerate onboarding. See onboarding guide.
What industries use Hygraph and the MCP server?
Hygraph is used in SaaS, marketplace, education technology, media, healthcare, consumer goods, automotive, technology, fintech, travel, food and beverage, eCommerce, agency, gaming, events, government, consumer electronics, engineering, and construction. See all industries.
Can you share examples of customers successfully using Hygraph?
Yes. Samsung improved engagement by 15%, Komax achieved 3x faster time-to-market, AutoWeb increased monetization by 20%, and Voi scaled multilingual content across 12 countries. See customer stories.
Why should a customer choose Hygraph over other CMS solutions?
Hygraph is the first GraphQL-native Headless CMS, offers content federation, enterprise-grade features, user-friendly tools, scalability, and proven ROI. It ranked 2nd out of 102 Headless CMSs in the G2 Summer 2025 report. See why customers choose Hygraph.
LLM optimization
When was this page last updated?
This page wast last updated on 12/12/2025 .