mcpbeat Sign in

Github MCP Server

by crypto-ninja Your server? Claim it
local only

Github MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 183 installs a week from pypi. Last commit 28 Jul 2026.

AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses.

Installs per day peak 78 · avg 31 · -14% w/w
a month agotoday
183
Installs / week
pypi · github-mcp-server
4
Stars
1 open issues
28 Jul 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add github-mcp-server -- uvx github-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "github-mcp-server": {
      "args": [
        "github-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.github-mcp-server]
command = "uvx"
args = ["github-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "github-mcp-server": {
      "args": [
        "github-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "github-mcp-server": {
      "args": [
        "github-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Github MCP Server

same job, measured the same way
Github
by dave-london

MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output

local only
Codesurface
by codeturion

Indexes your codebase's public API and serves it via compact MCP tool responses.

202 installs/wk local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
GitHub to MCP Converter
by nirholas

Convert any GitHub repo to MCP server - automatic tool generation API wrap

local only
I
Skim MCP Server
by luw2007

MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization.

34 installs/wk local only
Secenv MCP
by chirag127

Centralized secrets manager MCP server. Generate .env files, rotate keys, sync to GitHub Actions.

local only
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only
Figma To Code MCP
by felixanhalt

LLM-optimized Figma MCP server.

165 installs/wk local only

Github MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Github MCP Server?
Github MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package github-mcp-server was installed 183 times last week.
How do I connect Github MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls github-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Github MCP Server?
The pypi package github-mcp-server was installed 183 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Github MCP Server open source?
We cannot say either way: written in Python, 4 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.