QuentinCody/github-graphql-mcp-server
by Various
🐍 ☁️ - 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
MCP
QuentinCody/github-graphql-mcp-server
Added 1 June 2026
Overview
An unofficial MCP server that exposes GitHub's GraphQL API through the Model Context Protocol. Written in Python, it allows MCP clients to run arbitrary GraphQL queries against repositories, issues, pull requests, and more.
Best for
Best for
Developers already using MCP who need to make complex, multi-step GitHub queries in a single call.
Use cases
- Query pull request review comments with filters not available via REST
- Fetch nested repository data in a single request (e.g. stargazers + recent issues)
- Automate GitHub data extraction for custom dashboards or CI analysis
Notes
An unofficial MCP server that exposes GitHub’s GraphQL API through the Model Context Protocol. Written in Python, it allows MCP clients to run arbitrary GraphQL queries against repositories, issues, pull requests, and more.
12 stars on GitHub. Last updated 2025-08-17.
Use cases
- Query pull request review comments with filters not available via REST
- Fetch nested repository data in a single request (e.g. stargazers + recent issues)
- Automate GitHub data extraction for custom dashboards or CI analysis
Pros
- Leverages full power of GitHub GraphQL for flexible, precise queries
- Easy to integrate with any MCP-compatible client or agent
- Open source with permissive license, no vendor lock-in
Cons
- Unofficial project with only 12 stars, limited community support
- Requires understanding of GraphQL syntax and GitHub’s schema
- Authentication and rate limiting handled by user’s own GitHub token
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages full power of GitHub GraphQL for flexible, precise queries
- Easy to integrate with any MCP-compatible client or agent
- Open source with permissive license, no vendor lock-in
Cons
- Unofficial project with only 12 stars, limited community support
- Requires understanding of GraphQL syntax and GitHub's schema
- Authentication and rate limiting handled by user's own GitHub token
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.