GitHub MCP
The GitHub MCP server integrates your AI assistant directly with the GitHub ecosystem. It enables tools for managing repositories, tracking issues, reviewing pull requests, and searching through code. Whether you're automating project management or seeking AI help for code reviews, this server provides the necessary interface to interact with GitHub's REST and GraphQL APIs.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_TOKEN_HERE"
}
}
}
}Key Features
Complete repository management (create, list, search)
Issue and Pull Request automation
Code search and file content retrieval
Support for both REST and GraphQL APIs
Server Details
The GitHub MCP server integrates your AI assistant directly with the GitHub ecosystem. It enables tools for managing repositories, tracking issues, reviewing pull requests, and searching through code. Whether you're automating project management or seeking AI help for code reviews, this server provides the necessary interface to interact with GitHub's REST and GraphQL APIs.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository