The MCP GitHub Issue Server enables LLMs to fetch GitHub issue details to be used as tasks.
Fetch details (title, description, source URL) from public GitHub issues
Use these issues as structured task descriptions
No authentication required for public repositories
Compatible with the Model Context Protocol (MCP)
Allows LLMs to fetch GitHub issue details and use them as task descriptions.
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
Installing via Smithery
To install MCP GitHub Issue Server for Claude Desktop automatically via Smithery:
Related MCP server: Linear MCP Server
Usage
As an MCP Server
Add to your MCP configuration:
Available Tools
get_issue_task
Fetches GitHub issue details to use as a task.
Input Schema:
Example Usage:
Response Format:
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
License
MIT
Author
Sam McLeod (https://smcleod.net)