Github MCP Server

Enables interaction with GitHub APIs through Claude Desktop for repository and issue management.

Local serverstdioPython 1

What is the Github MCP server?

Github MCP server exists for a simple reason — assistants are far more useful when they can act on Github directly instead of describing what you should do. Enables interaction with GitHub APIs through Claude Desktop for repository and issue management.

What you get

  • Search GitHub repositories and issues
  • Create, update, and manage GitHub issues and pull requests
  • Manage repository settings and configurations
  • Handle repository workflows and actions
  • Search for users and organizations
  • Manage repository collaborators and teams

What the assistant can call

Once Github is connected, these are the calls the assistant has available:

  • Contributing — 1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Run tests 5. Submit a pull request

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Configuration and credentials

You will need one environment variable: GITHUB_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Github's toolset — Contributing — is a fair guide to whether it matches your workflow. It is maintained by NZenitram; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Github's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the github mcp server does with a few real requests.

Available tools

ToolWhat it does
Contributing1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Run tests 5. Submit a pull request

Configuration

VariableDescriptionRequired
GITHUB_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Github to Contributing.

Frequently asked questions

Yes, you'll need a fine-grained GitHub Personal Access Token with the necessary permissions (repository read/write, actions, issues, pull requests) to authenticate the tool with your GitHub account.