Stay on top of GitHub issues without leaving your workspace. This setup lets team members browse recent issues and post replies through a connected MCP client, so you can review and respond faster. It is a good fit for support and engineering teams that live in GitHub and want a simple command style workflow.
Two triggers power the system. An MCP server trigger exposes three tools to your client Get Latest Issues, Get Issue Comments, and Add Issue Comment. A second trigger accepts calls from other n8n workflows. A Switch node routes each request to the right GitHub action. The flow pulls issues or a single issue, fetches its comments with a direct API call, and can post a new comment. Set and Aggregate nodes clean and bundle the final response so the client gets only the details that matter.
You need a GitHub account with access to the target repo and an MCP client that can call the server. Expect faster triage, fewer context switches, and clearer updates for your team. Typical use includes daily issue review, quick status checks, and posting standard replies. Turn on authentication on the MCP trigger before sharing access, and set default repo values to match your environment.