Skip to content

Hasura

Free

by MCP Community

MCP server for Hasura GraphQL

v0.1.2Added Apr 12, 2026
mcphasuragraphql
Works with:ClaudeGPTGeminiCopilot

Hasura MCP Server

MCP server for Hasura GraphQL

Installation

npx -y hasura-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y hasura-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "hasura": {
      "command": "npx",
      "args": ["-y", "hasura-mcp-server"]
    }
  }
}