GitHub MCP Server
@scopweb
About GitHub MCP Server
Go-based MCP server that connects GitHub to Claude Desktop, enabling direct repository operations from Claude's interface.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GitHub MCP Server?
A Go-based MCP server that connects GitHub to Claude Desktop, enabling direct repository operations such as listing repos, creating issues, and managing pull requests from Claude’s interface.
How to use GitHub MCP Server?
Install dependencies with go mod tidy, compile the server with go build -o github-mcp.exe main.go, generate a GitHub Personal Access Token with at least the repo scope, set the GITHUB_TOKEN environment variable in the Claude Desktop configuration file (claude_desktop_config.json), and restart Claude Desktop.
Key features of GitHub MCP Server
- List repositories of the authenticated user
- Create new repositories
- Get repository information
- List branches of a repository
- List and create pull requests
- List and create issues
Use cases of GitHub MCP Server
- Manage GitHub repositories directly from Claude Desktop conversations
- Automate issue and PR creation without leaving the chat interface
- Retrieve repository metadata and branch information on demand
FAQ from GitHub MCP Server
What permissions does my GitHub token need for all functions to work?
At minimum, the token requires the repo scope (full control of private repositories). For delete operations or workflow/webhook management, additional scopes like delete_repo, workflow, and admin:repo_hook are needed.
Why do I get a 403 error “Resource not accessible by personal access token”?
Your token does not have sufficient permissions. Generate a new token with the repo scope and restart Claude Desktop after updating the configuration.
Why do I get “null” responses from some tools?
For repositories that are empty or have no PRs/issues, “null” is expected behavior and indicates the MCP server is functioning correctly.
More Version Control MCP servers
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Comments