Back to MCP Servers

Github Graphql

Unofficial GitHub MCP server that provides access to GitHub's GraphQL API, enabling more powerful and flexible queries for repository data, issues, pull requests, and other GitHub resources.

version-controlgithubapigraphql

Installation

npx -y github-graphql-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub