GitHub MCP Server

Repository analysis, issues, pull requests, and code structure exploration

šŸ™ GitHub MCP — AI Code & Repo Analytics avatar

šŸ™ 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

šŸ™ 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

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

FeatureNexGenData GitHub MCPGitHub Official MCPOctokit / GraphQL customSourceGraphGeneric LLM (no tools)
Cost$0.002 / event, pay-per-eventFree (auth required, rate-limited)Self-build infra cost$99+ / user / monthFree (stale training data)
MCP-nativeYesYesNoNoNo tools
No GitHub PAT required for public dataYes — Apify proxy poolNo — PAT requiredPAT requiredPAT + integrationN/A
Repo metadata + stars + commitsYesYesYes (build it)YesHallucinated
Issues + PRs + reviewsYesYesYes (build it)YesNone
Cross-repo trend analyticsYesLimitedBuild it yourselfPlan-gatedNone
AuthApify token (PAT optional)GitHub PAT requiredGitHub PATSourceGraph licenseNone
Monthly minimumNoneNone (but PAT-rate-capped)Infra cost$99+ / userNone

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 caseActor
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 MCPseo-web-analysis-mcp-server
Domain intelligence MCPdomain-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 avatar

šŸ“± 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.

User avatar

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 avatar

šŸ“ 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 avatar

šŸ  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 avatar

šŸ  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 avatar

šŸŽ“ 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

Blog article image

Best MCP servers for developers

Read more

Related Servers