Allows interaction with GraphQL endpoints, providing tools to execute queries, retrieve schema information through introspection, and optionally run mutations when enabled.
Graphql MCP Server
An model contexto protocol adapted to running and list graphql queries
Environment Variable | Description | Default |
---|---|---|
ENDPOINT | GraphQL endpoint URL | http://localhost:4000/graphql |
HEADERS | JSON string containing headers for requests | {} |
ALLOW_MUTATIONS | Enable mutation operations (disabled by default) | false |
Resources
- schema: exposes the GraphQL Schema to easy use by the IA
Available Tools
- introspect: This tool retrieves the GraphQL schema. used to index or get a new funciton by the LLM
- query: Execute GraphQL queries.
Installation
Installing Manually
start with installing the dependencies
after run the build of the package
It can be manually installed to cursor:
This server cannot be installed
A Model Context Protocol server for executing GraphQL queries, allowing AI models to interact with GraphQL APIs through introspection and query execution.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that provides AI assistants with structured access to your Logseq knowledge graph, enabling retrieval, searching, analysis, and creation of content within your personal knowledge base.Last updated -45TypeScript
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -4571MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -0TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI agents to dynamically interact with Hasura GraphQL endpoints through natural language, supporting schema discovery, data querying/manipulation, and aggregations.Last updated -911TypeScript