GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"graphiql": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphiql"
]
}
}
}