Model Context Protocol (MCP) Server for GitHub using Claude Desktop
Description
# Model Context Protocol (MCP) Server for GitHub using Claude Desktop Add the following code to the `./Library/Application\ Support/Claude/claude_desktop_config.json` ``` { "mcpServers": { "git-hub-server": { "command": "python3.11", "args": […
About
# Model Context Protocol (MCP) Server for GitHub using Claude Desktop Add the following code to the `./Library/Application\ Support/Claude/claude_desktop_config.json` ``` { "mcpServers": { "git-hub-server": { "command": "python3.11", "args": [ "./{enter_your_full_file_path}/Claude_MCP_Server/main.py" ] } } } ``` There…
Details
- Author
- kylemabry95
- Downloads
- 106
- Categories
- AI
Jump to
- List all pull requests for a repository
- Retrieve detailed information on a specific or latest PR
- Fetch repository issues with state and pagination filters
- Access README content in multiple formats (.md, .rst, .txt)
- Retrieve any file content from a repository
- Get files from a specific branch
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Model Context Protocol (MCP) Server for GitHub using Claude DesktopCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server configuration to claude_desktop_config.json with the command python3.11 and an argument pointing to main.py. Install the required Python packages (fastmcp, httpx, requests, urllib3, mcp, typing). Optionally set a GITHUB_TOKEN environment variable for higher API rate limits. Claude Desktop runs the server automatically.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"model context protocol (mcp) server for github using claude desktop": {
"git-hub-server": {
"command": "python3.11",
"args": [
"./{enter_your_full_file_path}/Claude_MCP_Server/main.py"
]
}
}
}
}
McpServers
{
"git-hub-server": {
"command": "python3.11",
"args": [
"./{enter_your_full_file_path}/Claude_MCP_Server/main.py"
]
}
}
Model Context Protocol (MCP) Server for GitHub using Claude Desktop
Add the following code to the ./Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"git-hub-server": {
"command": "python3.11",
"args": [
"./{enter_your_full_file_path}/Claude_MCP_Server/main.py"
]
}
}
}
There is no need to locally run main.py - Claude will run this code in the background once it starts.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
