Back to Apps

GitHub MCP Server
Supports UIby renantrendt
Interact with GitHub repositories, issues, pull requests, and files directly from your AI assistant.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to the GitHub API, allowing them to manage repositories, track issues, and manipulate files without leaving the chat interface.
Tools
create_repository: Create a new GitHub repositoryfork_repository: Fork an existing repositorycreate_file: Create or update files in a repositorycreate_issue: Open a new issuecreate_pull_request: Create a PR from a branchsearch_code: Find code across the organization or public reposlist_commits: Retrieve commit history for a branch
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"github": {
"command": "node",
"args": ["/path/to/mcp-github/dist/index.js"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g mcp-githubInformation
- Pricing
- free
- Published
- 5/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"github": {
"command": "node",
"args": ["/path/to/mcp-github/dist/index.js"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
}
}
}
}





