Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Github Issue

    An MCP server that provides LLMs with the ability to use GitHub issues as tasks

    14 stars
    JavaScript
    Updated Sep 17, 2025

    Table of Contents

    • Installation
    • Manual Installation
    • Installing via Smithery
    • Usage
    • As an MCP Server
    • Available Tools
    • get_issue_task
    • Features
    • Development
    • License
    • Author

    Table of Contents

    • Installation
    • Manual Installation
    • Installing via Smithery
    • Usage
    • As an MCP Server
    • Available Tools
    • get_issue_task
    • Features
    • Development
    • License
    • Author

    Documentation

    MCP GitHub Issue Server

    smithery badge

    smithery badge

    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

    bash
    npx mcp-github-issue

    Installing via Smithery

    To install MCP GitHub Issue Server for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install mcp-github-issue --client claude

    Usage

    As an MCP Server

    Add to your MCP configuration:

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

    json
    {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "GitHub issue URL (https://github.com/owner/repo/issues/number)"
        }
      },
      "required": ["url"]
    }

    Example Usage:

    typescript
    github-issue
    get_issue_task
    
    {
      "url": "https://github.com/owner/repo/issues/123"
    }

    Response Format:

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

    bash
    # 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)

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k