Skip to content
VS Code

graphql for VS Code

io.github.docat0209/graphql

Turn any GraphQL API into MCP tools. Zero config, zero code.

client:VS Code transport:stdio runtime:npm

Install graphql in VS Code

.vscode/mcp.json

{
  "servers": {
    "graphql": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "graphql-to-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

graphql in other clients