go-github (MCP Server)

GitHub

Go library for accessing the GitHub v3 API

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "go-github": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-go-github"
      ]
    }
  }
}