contentful-mcp-graphql
If you are the rightful owner of contentful-mcp-graphql and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Contentful GraphQL MCP Server provides GraphQL query capabilities for Contentful's Content Delivery API, enabling efficient content retrieval and schema exploration.
The Contentful GraphQL MCP Server is a robust implementation designed to facilitate GraphQL operations with Contentful's Content Delivery API. It offers a more efficient and flexible way to query content compared to traditional REST APIs. This server allows users to execute custom GraphQL queries, explore schemas, and retrieve content efficiently. It supports schema introspection, example query generation, and smart pagination, making it an ideal tool for developers looking to optimize content delivery and management. The server is designed with security in mind, utilizing Content Delivery API tokens for secure, read-only access, ensuring that content remains protected while being easily accessible. With its strong typing system and efficient data fetching capabilities, the Contentful GraphQL MCP Server is a valuable asset for any developer working with Contentful.
Features
- GraphQL Query Execution: Execute custom GraphQL queries against Contentful's GraphQL API.
- Schema Exploration: Discover and understand your Contentful content model structure.
- GraphQL Collection Discovery: List all available GraphQL query collections in your space.
- Schema Introspection: Get detailed field information for specific content types.
- Example Query Generation: Generate example queries to help you get started.
Tools
graphql_list_content_types
Discover all available GraphQL query collections in your Contentful space's GraphQL schema.
graphql_get_content_type_schema
Get detailed schema information for a specific content type, including all fields, their types, and relationships.
graphql_get_example
Generate example GraphQL queries for a specific content type to help you understand query structure.
graphql_query
Execute custom GraphQL queries against Contentful's GraphQL API.