/ Diretório / Playground / GraphQL MCP
● Comunidade blurrah ⚡ Instantâneo

GraphQL MCP

por blurrah · blurrah/mcp-graphql

Generic GraphQL MCP — schema introspection + query execution against any GraphQL API.

Generic GraphQL MCP — schema introspection + query execution against any GraphQL API.

Demo ao vivo

Como fica na prática

mcp-graphql-blurrah.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mcp-graphql-blurrah": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-graphql-blurrah"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "mcp-graphql-blurrah": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-graphql-blurrah"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "mcp-graphql-blurrah": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-graphql-blurrah"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-graphql-blurrah": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-graphql-blurrah"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "mcp-graphql-blurrah",
      "command": "npx",
      "args": [
        "-y",
        "mcp-graphql-blurrah"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "mcp-graphql-blurrah": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "mcp-graphql-blurrah"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add mcp-graphql-blurrah -- npx -y mcp-graphql-blurrah

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: GraphQL MCP

Get started with GraphQL MCP

Quando usar: When you want to bring GraphQL MCP into your Claude workflow.

Fluxo
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use GraphQL MCP to help me with a task.✓ Copiado

Resultado: Claude can interact with GraphQL MCP directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills