graphql-yoga

GitHub

๐Ÿง˜ 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.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "graphql-yoga": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-graphql-yoga"
      ]
    }
  }
}