Hasura
Freeby MCP Community
MCP server for Hasura GraphQL
v0.1.2Added Apr 12, 2026
mcphasuragraphql
Hasura MCP Server
MCP server for Hasura GraphQL
Installation
npx -y hasura-mcp-server
Reviews
Installation
Quick install
npx -y hasura-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"hasura": {
"command": "npx",
"args": ["-y", "hasura-mcp-server"]
}
}
}