Mcp Github Issue MCP Server — Cursor MCPs | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorMCPsMcp Github Issue MCP Server
    Back to MCPs
    Version Control

    Mcp Github Issue MCP Server

    April 15, 2026
    14 copies

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

    Description

    # MCP GitHub Issue Server [![smithery badge](https://smithery.ai/badge/mcp-github-issue)](https://smithery.ai/protocol/mcp-github-issue) [![smithery badge](https://smithery.ai/badge/mcp-github-issue)](https://smithery.ai/server/mcp-github-issue) 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. <a href="https://glama.ai/mcp/servers/enk3b2bcjr"><img width="380" height="200" src="https://glama.ai/mcp/servers/enk3b2bcjr/badge" alt="GitHub Issue Server MCP server" /></a> ## Installation ### Manual Installation ```bash npx mcp-github-issue ``` ### Installing via Smithery To install MCP GitHub Issue Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-github-issue): ```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 <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:** ```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 includ
    Visit

    Comments

    More MCPs

    View all
    DevTools

    Cursor MCP Filesystem Server

    Official Model Context Protocol server providing file system access for reading, writing, searching, and managing files with configurable access controls.

    Featured
    DevTools

    GitHub MCP Server

    MCP server for GitHub API integration enabling repository management, issue tracking, PR operations, code search, and branch management directly from Cursor.

    Featured
    Database

    PostgreSQL MCP Server

    MCP server for PostgreSQL database interaction enabling schema inspection, query execution, and database management directly from Cursor AI.

    Featured
    Database

    SQLite MCP Server

    MCP server for SQLite database interaction providing schema exploration, query execution, and data analysis capabilities.

    DevOps

    Docker MCP Server

    MCP server for Docker container management enabling container lifecycle operations, image management, and Docker Compose support from Cursor.

    DevTools

    Sentry MCP Server

    MCP server for Sentry error tracking integration enabling issue retrieval, error analysis, and debugging assistance directly from Cursor.

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.