Text-To-GraphQL
JSON →MCP server for text-to-graphql, integrates with Claude Desktop and Cursor.
Install
pip install text-to-graphql-mcp Tools · 5
- 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
Environment variables
OPENAI_API_KEYGRAPHQL_API_KEY
Links
★ 24 GitHub stars