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
By QuentinCody
Installation
npx -y github-graphql-mcp-serverConfiguration
{
"mcpServers": {
"github-graphql-mcp-server": {
"command": "npx",
"args": ["-y", "github-graphql-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes