MCP Servers / development / Text-To-GraphQL

Text-To-GraphQL

JSON →
httpnone24development

MCP server for text-to-graphql, integrates with Claude Desktop and Cursor.

Install
How to run this server
[ { "cmd": "pip install text-to-graphql-mcp", "imports": [] } ]
server path: text-to-graphql
Tools
What this server exposes
text_to_graphql
Convert natural language queries into valid GraphQL queries
load_schema
Load and introspect GraphQL schemas automatically
validate_query
Validate generated queries against loaded schemas
execute_query
Execute queries against GraphQL endpoints with authentication
get_query_history
Track and manage query history across sessions
Configuration
Environment & auth
authnone
envOPENAI_API_KEY
envGRAPHQL_API_KEY
Resources
Text-To-GraphQL — MCP Server · libregistry