AgentHubAgentHub

graphql

MCP ServerMCP Registry官方收录

io.github.Docat0209/graphql · v0.1.4

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

概览

graphql 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "graphql": {
      "command": "npx",
      "args": [
        "-y",
        "graphql-to-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.Docat0209/graphql",
  "type": "mcp-server",
  "version": "0.1.4",
  "displayName": "graphql",
  "description": "Turn any GraphQL API into MCP tools. Zero config, zero code.",
  "repository": {
    "url": "https://github.com/Docat0209/mcp-graphql",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "graphql-to-mcp",
        "version": "0.1.4",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Docat0209/graphql",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Docat0209%2Fgraphql/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
graphql — MCP Server 安装与配置 · AgentHub