Use the GitHub MCP to let Claude Code create issues, open pull requests, review diffs, and manage repositories — all without leaving your terminal.
The GitHub MCP gives Claude Code authenticated access to the GitHub API. It can read and write repositories, manage issues and pull requests, inspect CI status, and search code — making it a powerful pair-programmer that understands not just your local codebase but your entire project history.
mcpizy install github
You will be asked for a GitHub Personal Access Token (PAT) with the repo and read:org scopes. For organization repos you may also need workflow and read:discussion.
After fixing a bug, ask Claude to wrap up the work:
// Claude will:
// 1. Stage and commit the fix
// 2. Push the branch
// 3. Open a PR with a descriptive body
// 4. Link the PR to the relevant issue
Claude uses the MCP's create_pull_request and create_issue tools to accomplish this in seconds.
workflow scope so Claude can re-trigger failed Actions runs.