Model Context Protocol (MCP) Server for GitHub using Claude Desktop

by kylemabry95

106 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Model Context Protocol (MCP) Server for GitHub using Claude Desktop
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.