Github-MCP-Server

relix23/Github-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated 1mo ago
Github-MCP-Server is a lightweight MCP server built with FastMCP to expose GitHub operations via LLM-friendly tools. It supports auth and extension for GitHub tasks 🐙
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-mcp-server": {
      "command": "uvx",
      "args": [
        "github-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install github-mcp-server