MCP Directory
Back

mcp-graphql

by blurrah · TypeScript · ★ 395

Model Context Protocol server for GraphQL

#ai#llm#mcp#mcp-server#modelcontextprotocol

Install

npx -y github:blurrah/mcp-graphql

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-graphql": {
      "command": "npx",
      "args": [
        "-y",
        "github:blurrah/mcp-graphql"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/mcp-graphql) A Model Context Protocol server that enables LLMs to interact with GraphQL APIs. This implementation provides schema introspection and query execution capabilities, allowing models to discover and use GraphQL APIs dynamically. Run with the correct endpoint, it will automatically try to introspect your queries. > **Note:** As of version 1.0.0, command line arguments have been replaced with environment variables. | Environment Variable | Description | Default | |----------|-------------|---------| | | GraphQL endpoint URL | | | | JSON string con…
Read full README on GitHub →

Related ai & ml servers