Skip to content
Claude Desktop

GitHub Issue MCP for Claude Desktop

io.github.sarim-aliii/github-issue-mcp

AI-powered MCP server for generating GitHub issues and detecting semantic duplicates.

client:Claude Desktop transport:stdio runtime:npm

Install GitHub Issue MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "github-issue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github-issue-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITHUB_OWNER": "<GITHUB_OWNER>",
        "GITHUB_REPO": "<GITHUB_REPO>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

GitHub Issue MCP in other clients