mcp-github-issues
Provides tools for managing GitHub issues, including listing, creating, commenting, closing, and searching issues/PRs.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.12414MIT
- Flicense-qualityCmaintenanceEnables AI agents to interact with GitHub repositories, issues, pull requests, code, and more through a comprehensive set of tools.
- FlicenseAqualityCmaintenanceEnables LLMs to list, create, and comment on GitHub issues using your own GitHub identity via stdio transport.3
- Alicense-qualityCmaintenanceEnables 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
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Git-backed platform for skills, tools, and context for AI agents
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adityaaravind/mcp-github-issues'
If you have feedback or need assistance with the MCP directory API, please join our Discord server