# graphql/graphiql | Model Context Protocol (MCP) Server > GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools. - **Stars**: ⭐ 16,893 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "graphiql": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-graphiql" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "graphiql": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-graphiql" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-graphiql` - **Docker**: `docker run -i --rm mcp/graphiql`