# graphql-hive/graphql-yoga | Model Context Protocol (MCP) Server > 🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment. - **Stars**: ⭐ 8,519 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "graphql-yoga": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-graphql-yoga" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "graphql-yoga": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-graphql-yoga" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-graphql-yoga` - **Docker**: `docker run -i --rm mcp/graphql-yoga`