MCP Directory
Back

mcp-graphql

by blurrah · TypeScript · ★ 383

Model Context Protocol server for GraphQL

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

Install

npx -y github:blurrah/mcp-graphql

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related productivity servers