GitHub MCP Server
Repository analysis, issues, pull requests, and code structure exploration
š GitHub MCP ā AI Code & Repo Analytics
Pricing
from $10.00 / 1,000 results
Try for free
Go to Apify Store
š GitHub MCP ā AI Code & Repo Analytics
nexgendata/github-mcp-server
Try for free
Ask questions about this Actor
š GitHub repos, code search, issues, PRs, commits MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search repos + read code + issues + PRs + releases + user profiles via MCP ā built for code-aware AI workflows. Free tier available.
Pricing
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by Community
Actor stats
0
Bookmarked
7
Total users
2
Monthly active users
5 days ago
Last modified
Categories
AI
Developer tools
MCP servers
README
Pricing
Endpoints
Issues
GitHub Repository Analytics MCP Server by nexgendata
Connect AI agents to structured GitHub repository data through the Model Context Protocol. This MCP server gives LLM-powered applications direct access to GitHub repository tools, returning clean JSON that agents can reason about and act on.
What This MCP Server Does
This MCP (Model Context Protocol) server exposes GitHub repository data tools that AI assistants like Claude, ChatGPT, and custom LLM agents can call directly. Instead of building API integrations or writing scraping code, any MCP-compatible AI system can access structured GitHub repository data through natural language requests. The server handles authentication, rate limiting, data extraction, and response formatting automatically.
Who Uses This
AI developers building agents that need access to GitHub repository data. Companies integrating real-time data into their LLM-powered products. Research teams using AI assistants for automated data gathering. Automation platforms connecting AI agents to structured data sources. Anyone building on top of the Model Context Protocol ecosystem.
How It Works
Deploy this MCP server on Apify and connect it to any MCP-compatible client. The server exposes a set of tools that accept structured parameters and return clean JSON responses. AI agents can discover available tools, understand their parameters, and call them as part of multi-step reasoning chains. The server runs on Apify infrastructure with built-in proxy support, caching, and error handling.
Available Tools
The server provides tools for analyzing repository metrics, tracking star/fork growth, monitoring issue trends, and evaluating contributor activity. Each tool accepts specific parameters, handles the underlying data extraction, and returns structured JSON that AI agents can parse and reason about. Tools are designed to be composable so agents can chain multiple calls together for complex data gathering workflows.
Pricing
This MCP server uses pay-per-event pricing. Each tool call that returns data counts as one event. Pricing is consistent with the underlying data actors at $3 per 1,000 events, making it cost-effective to integrate into production AI agent workflows.
Getting Started
Deploy the MCP server from the Apify Store. Configure your MCP client (Claude Desktop, custom agent, etc.) with the server endpoint URL. The server auto-discovers available tools and exposes them to your AI system. No additional configuration needed.
FAQ
**Is this compatible with Claude Desktop?**Yes. Any MCP-compatible client can connect to this server, including Claude Desktop, custom LLM agents, and automation platforms that support the Model Context Protocol.
**Do I need separate API keys?**No. The server handles all data access internally through Apify infrastructure. You only need your Apify API token to deploy and connect.
**Can I use this in production?**Yes. The server runs on Apify's scalable infrastructure with built-in monitoring, logging, and error handling suitable for production workloads.
š» Code Example ā Python
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/github-mcp-server").call(run_input={
# Fill in the input shape from the actor's input_schema
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)
š Code Example ā cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~github-mcp-server/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ /* input schema */ }'
ā FAQ
**Q: How do I get started?**Sign up at apify.com, grab your API token from Settings ā Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
**Q: What's the typical cost per run?**See the pricing section below. Most runs finish under $0.10 for typical batches.
**Q: Is this actor maintained?**Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
**Q: Can I use the output commercially?**Yes ā you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
**Q: How do I handle rate limits?**Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
š° Pricing
Pay-per-event pricing ā you only pay for what you actually extract.
- Actor Start: $0.0001
- result: $0.0020
š Related NexGenData Actors
- RAG Web Browser
- AI Web Scraper
- Hacker News Scraper
š Apify Affiliate Program
New to Apify? Sign up with our referral link ā you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
š More From NexGenData
Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com ā the brand home for everything we ship.
- š Tutorials & how-to guides
- šļø Full actor catalog with usage examples
- š¦ Gumroad data packs (one-time purchases)
- š¬ Newsletter ā monthly drops of new actors and revenue experiments
_Built and maintained by NexGenData ā 165+ actors covering scraping, enrichment, MCP servers, and automation._š Home: thenextgennexus.com
Why GitHub MCP Beats GitHub's Own MCP, Octokit Custom, SourceGraph & Generic LLMs
| Feature | NexGenData GitHub MCP | GitHub Official MCP | Octokit / GraphQL custom | SourceGraph | Generic LLM (no tools) |
|---|---|---|---|---|---|
| Cost | $0.002 / event, pay-per-event | Free (auth required, rate-limited) | Self-build infra cost | $99+ / user / month | Free (stale training data) |
| MCP-native | Yes | Yes | No | No | No tools |
| No GitHub PAT required for public data | Yes ā Apify proxy pool | No ā PAT required | PAT required | PAT + integration | N/A |
| Repo metadata + stars + commits | Yes | Yes | Yes (build it) | Yes | Hallucinated |
| Issues + PRs + reviews | Yes | Yes | Yes (build it) | Yes | None |
| Cross-repo trend analytics | Yes | Limited | Build it yourself | Plan-gated | None |
| Auth | Apify token (PAT optional) | GitHub PAT required | GitHub PAT | SourceGraph license | None |
| Monthly minimum | None | None (but PAT-rate-capped) | Infra cost | $99+ / user | None |
Most teams pick this MCP server because it works without a GitHub PAT for public repo intelligence (the official server requires one and inherits the 5k-req/hour rate cap), is cheaper than SourceGraph for ad-hoc agent traffic, and is a true drop-in alternative to building your own Octokit wrapper. A DevRel agent answers "what's trending in the Rust ecosystem this week?" with live data instead of training-cutoff stale results.
Related NexGenData MCP Servers & Developer-Tools Actors
| Use case | Actor |
|---|---|
| Developer tools MCP (NPM, PyPI, Stack Overflow) | developer-tools-mcp-server |
| Web-scraping MCP (any URL, AI agents) | web-scraping-mcp-server |
| SEO & web analysis MCP | seo-web-analysis-mcp-server |
| Domain intelligence MCP | domain-intelligence-mcp-server |
| News MCP (Hacker News + tech press) | news-mcp-server |
| Reddit MCP (r/programming, r/MachineLearning) | reddit-mcp-server |
| YouTube / media MCP (DevRel videos) | youtube-media-mcp-server |
| Academic research MCP (arxiv + papers) | academic-research-mcp-server |
| 26-server gateway (GitHub + 25 more) | enterprise-mcp-gateway |
| AI web scraper (LLM-formatted output) | ai-web-scraper |
Browse the full NexGenData catalog of 260+ actors at https://apify.com/nexgendata?fpr=2ayu9b
You might also like
š± Social MCP ā AI Content & Media Search
nexgendata/social-content-mcp-server
š± Social media, Instagram, TikTok, Twitter content MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search posts + profiles + hashtags + engagement metrics across social platforms via MCP ā for social-listening AI workflows. Free tier available.
Stephan Corbeil
3
š¬ YouTube MCP ā AI Video Search & Transcripts
nexgendata/youtube-media-mcp-server
š„ YouTube videos, channels, transcripts, comments MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search videos + channel stats + transcripts + comments + trending via MCP ā for video-content AI workflows. Free tier available.
Stephan Corbeil
1
š Google Maps MCP ā AI Lead Gen & Search
nexgendata/google-maps-mcp-server
š Google Maps, places, business listings, geocoding MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search places + reviews + hours + lat/lng + nearby POIs via MCP ā purpose-built for location-aware AI workflows. Free tier available.
Stephan Corbeil
9
š“ Reddit MCP ā AI Post & Comment Search
nexgendata/reddit-mcp-server
š¬ Reddit posts, comments, subreddits, trending content MCP for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Browse + search subreddit feeds + top posts + comment threads + user history via MCP ā for community-intel AI workflows. Free tier available.
Stephan Corbeil
2
š¤ ā Review Intel MCP ā AI Review Analysis
nexgendata/review-intelligence-mcp-server
ā Reviews, ratings, product reviews, customer feedback MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Aggregate + analyze reviews across Amazon, Yelp, Trustpilot, G2, App Store via MCP ā for sentiment AI workflows. Free tier available.
Stephan Corbeil
2
š¼ Jobs MCP ā AI Salary & Career Search
nexgendata/job-market-mcp-server
š¼ Jobs, job listings, Indeed, LinkedIn, salary data MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search job postings + salaries + company hiring trends + skills demand across major boards via MCP. Free tier available.
Stephan Corbeil
2
š Real Estate MCP ā AI Property Search
nexgendata/real-estate-mcp-server
š Real estate, property listings, home prices, MLS data MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search properties + rentals + home valuations across Zillow, Redfin, Realtor.com via MCP. Free tier available.
Stephan Corbeil
26
š Redfin MCP ā AI Property Search & Data
nexgendata/redfin-mcp-server
š Redfin homes, real estate, property prices, housing market MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search Redfin listings + sold history + price estimates + neighborhood data via MCP. Free tier available.
Stephan Corbeil
15
š¤ āæ Crypto MCP ā AI Token & Market Data
nexgendata/crypto-mcp-server
āæ Crypto, Bitcoin, Ethereum, prices, market cap MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Real-time crypto prices + market cap + volume + historicals + DeFi metrics across CoinGecko + CoinMarketCap via MCP. Free tier available.
Stephan Corbeil
2
š Research MCP ā AI Paper Search & Citations
nexgendata/academic-research-mcp-server
š Academic research, scholarly papers, arXiv, PubMed, Google Scholar MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK). Search papers + citations + authors + abstracts via MCP ā built for literature-review and research AI workflows. Free tier available.
Stephan Corbeil
10
Related articles
Best MCP servers for developers
Read more
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Neo
sponsorNEO MCP lets Claude Code, Cursor and VS Code hand off complex AI engineering tasks like AI model evals, AI agent optimization and more to NEO.
Omilia MCP Tools
A set of tools for managing miniapps, orchestrator apps, and dialog logs on the Omilia Cloud Platform (OCP).
LambdaTest MCP Server
LambdaTest MCP Servers ranging from Accessibility, SmartUI, Automation, and HyperExecute allows you to connect AI assistants with your testing workflow, streamlining setup, analyzing failures, and generating fixes to speed up testing and improve efficiency.
Xcode-Studio-MCP
Unified MCP server for Xcode + iOS Simulator ā build, deploy, screenshot, and interact with your iOS app from Claude Code, Cursor, or any MCP client. Built in Swift. Single binary. No Node/Python runtime required.
Bucket
Flag features, manage company data, and control feature access using Bucket.
SysPlant
Your Windows syscall hooking factory - feat Canterlot's Gate - All accessible over MCP
Second Opinion
Review commits and codebases using external LLMs like OpenAI, Google Gemini, and Mistral.
Figma
Interact with Figma files to view, comment on, and analyze designs.
Remote MCP Server (Authless)
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
Figma
Integrate Figma design data with AI coding tools using a local MCP server.
jarp-mcp
Java Archive Reader Protocol MCP server - Give AI agents X-ray vision into compiled Java code by decompiling JAR/WAR/EAR files and Maven/Gradle dependencies