Back to directory
jorgeraad/mcp4gql

jorgeraad/mcp4gql

@jorgeraad

MCP server for interacting with GraphQL APIs, providing introspection and query execution tools

graphqlmcpapiintrospectiontypescriptnodejstool

Installation & Configuration

{
  "mcpServers": {
    "mcp4gql": {
      "command": "npx",
      "type": "stdio",
      "args": [
        "-y",
        "mcp4gql"
      ],
      "env": {
        "GRAPHQL_ENDPOINT": "YOUR_GRAPHQL_ENDPOINT_URL",
        "AUTH_TOKEN": "YOUR_OPTIONAL_AUTH_TOKEN"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17