mcp-graphql-schema
This is a Model Context Protocol server designed to expose and facilitate interaction with GraphQL schema data, particularly for use with Large Language Models such as Claude. It offers command line tools and Claude integration capabilities to explore, manage, and query schema information effectively.
list-query-fields
List all available root-level fields for GraphQL queries
get-query-field
Get detailed definitions for specific query fields (SDL format)
list-mutation-fields
List all available root-level fields for GraphQL changes
get-mutation-field
Get detailed definitions for specific change fields (SDL format)
list-subscription-fields
List all available root-level fields for GraphQL subscriptions (if present in the schema)
get-subscription-field
Get detailed definitions for specific subscription fields (if present in the schema)
list-types
List all types defined in GraphQL schema (excluding internal types)
get-type
Get detailed definitions of a specific GraphQL type (SDL format)
get-type-fields
Get a simplified list of fields for a specific GraphQL object type and their types
search-schema
Search for types or fields in mode by name mode (case-insensitive regular expression)