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
{
"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