saewoohan/mcp-graphql-tools
GraphQL MCP server for AI assistants
This is an implementation of a Model Context Protocol (MCP) server that allows AI assistants to interact with GraphQL APIs. It translates standard AI assistant requests into GraphQL queries or schema introspection requests, and then returns the structured GraphQL responses to the AI assistant. This tool is designed for developers who are building or integrating AI assistants that need to fetch or manipulate data from GraphQL-based services.
No commits in the last 6 months.
Use this if you are developing an AI assistant and need it to execute GraphQL queries or understand the schema of a GraphQL API.
Not ideal if you are an end-user without programming knowledge looking for a no-code solution to interact with GraphQL APIs.
Stars
8
Forks
4
Language
JavaScript
License
MIT
Category
Last pushed
Mar 30, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/saewoohan/mcp-graphql-tools"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
blurrah/mcp-graphql
Model Context Protocol server for GraphQL
grafbase/grafbase
The Grafbase GraphQL Federation Gateway
toolprint/mcp-graphql-forge
MCP that can proxy any GraphQL API and expose graphql operations as mcp tools.
UnitVectorY-Labs/mcp-graphql-forge
A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular...
pshaddel/graphql-mcp-bridge
A bridge implementation connecting GraphQL APIs with the Model Context Protocol (MCP), enabling...