MCP GitHub Issue Server
An MCP server that provides LLMs with the ability to use GitHub issues as the task to complete. This server allows LLMs to fetch GitHub issue details and use them as task descriptions.
Installation
Manual Installation
npx mcp-github-issue
Installing via Smithery
To install MCP GitHub Issue Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-github-issue --client claude
Usage
As an MCP Server
Add to your MCP configuration:
{
"mcpServers": {
"github-issue": {
"command": "npx",
"args": ["mcp-github-issue"]
}
}
}
Available Tools
get_issue_task
Fetches GitHub issue details to use as a task.
Input Schema:
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "GitHub issue URL (https://github.com/owner/repo/issues/number)"
}
},
"required": ["url"]
}
Example Usage:
<use_mcp_tool>
<server_name>github-issue</server_name>
<tool_name>get_issue_task</tool_name>
<arguments>
{
"url": "https://github.com/owner/repo/issues/123"
}
</arguments>
</use_mcp_tool>
Response Format:
{
"task": {
"title": "Issue Title",
"description": "Issue Description/Body",
"source": "https://github.com/owner/repo/issues/123"
}
}
Features
- Fetches GitHub issue details from public repositories
- No authentication required for public repositories
- Returns structured task data including title, description, and source URL
- Compatible with the Model Context Protocol (MCP)
Development
# Install dependencies
npm install
# Build the project
npm run build
# Run the server locally
npm run serve
# Format code
npm run format
# Run MCP inspector
npm run inspector
License
MIT
Author
Sam McLeod (https://smcleod.net)
GitHub Issue
Project Details
- sammcj/mcp-github-issue
- mcp-github-issue
- MIT License
- Last Updated: 3/10/2025
Categories
Recomended MCP Servers
ChromaDB-powered local indexing support for Cursor, exposed as an MCP server
An advanced MCP server for Home Assistant. 🔋 Batteries included.
Integrate SettleMint into your application with ease.
💡 All-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows
Antrophics Model context protocol to edit powerpoint files
All MCP Servers related projects.
Official Firecrawl MCP Server - Adds powerful web scraping to Cursor, Claude and any other LLM clients.
MCP Server for Ghidra
A open-source library enabling AI models to control hardware devices via serial communication using the MCP protocol. Initial...
MCP (Model Context Protocol) for Microsoft 365. Includes support for Microsoft Graph and other services
Cryptocurrency Market Data MCP Server





