mcp-github-issues
Provides tools for managing GitHub issues, including listing, creating, commenting, closing, and searching issues/PRs.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-github-issuesshow me the open issues in microsoft/vscode"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-github-issues
MCP server exposing GitHub issue operations as tools for LLM agents (Claude Code, Claude Desktop, etc).

Tools
list_issues(repo, state, labels)— list issues in a repocreate_issue(repo, title, body)— create a new issuecomment_issue(repo, issue_number, body)— comment on an issue/PRclose_issue(repo, issue_number)— close an issuesearch_issues(query)— search issues/PRs across GitHub
Related MCP server: GitHub MCP Server
Setup
python3 -m venv venv
venv/bin/pip install -r requirements.txt
export GITHUB_TOKEN=ghp_xxx # needs repo scopeRun
venv/bin/python server.pyRegister with Claude Code / Claude Desktop
Add to MCP config:
{
"mcpServers": {
"github-issues": {
"command": "/absolute/path/to/venv/bin/python",
"args": ["/absolute/path/to/server.py"],
"env": { "GITHUB_TOKEN": "ghp_xxx" }
}
}
}Demo
See DEMO.md for a full walkthrough: registering the server,
listing real open issues on cli/cli via a live Claude Code tool call,
and a create/comment/close cycle run against
this repo's issue #1.
This server cannot be deployed
Maintenance
Related MCP Connectors
Access the GitHub API, enabling file operations, repository management, search functionality, and…
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Manage repositories, users, releases, and automate GitHub workflows
Read and write KukGit repositories, files, issues and pull requests from an AI assistant.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables LLMs to interact with GitHub issues by providing details as tasks, allowing for seamless integration and task management through GitHub's platform.135 npm14MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with GitHub repositories, issues, pull requests, code, and more through a comprehensive set of tools.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to discover, filter, and triage GitHub issues across repositories, with tools for fetching issue details, listing issues by state/labels, and finding related pull requests.1MIT
- AlicenseBqualityDmaintenanceIntegrates with GitHub REST API to allow LLM agents to list and create repository issues.2245 npmISC