GitHub MCP Server
This repository is a collection of reference implementations for the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP), as well as references…
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → npx -y @modelcontextprotocol/server-github Installation Guide
Detailed Documentation
What is GitHub MCP Server?
This repository is a collection of reference implementations for the Model Context Protocol (MCP), as well as references…
GitHub MCP Server is listed in the WorkflowAI MCP directory so agent builders can discover, install, and configure it quickly for Claude Desktop, Cursor, and other MCP-compatible clients.
Why use it
- Extend AI agents with GitHub MCP Server capabilities without writing a custom integration from scratch
- Standard Model Context Protocol interface — works across MCP-compatible clients
- Open source on GitHub — review code before production use
Requirements
- An MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc.)
- Node.js 18+ (for
npx) - Any API keys or credentials listed in the upstream README
Install & configure
Official reference server (github)
npx -y @modelcontextprotocol/server-github
Published by the Model Context Protocol project. Add the config JSON to Claude Desktop / Cursor and restart.
Example MCP config
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {}
}
}
}
Source & attribution
| Field | Value |
|---|---|
| Repository | modelcontextprotocol/servers |
| Stars | 88.371 |
| Language | TypeScript |
| License | See repository |
| Topics | No topics listed |
Attribution: Metadata and install hints are derived from the public GitHub repository. WorkflowAI does not claim ownership of this server. All rights remain with the original authors.
Related
Configuration
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {}
}
}
}