---
title: "GitHub MCP Server for ToolPiper · ModelPiper"
description: "Create issues, manage pull requests, and search repositories from your AI assistant. The GitHub MCP server gives your AI assistant first-class access to your repositories. Create issues, open pull requests, and read file"
canonical: "https://modelpiper.com/mcp-tools/github"
---

# GitHub MCP Server for ToolPiper · ModelPiper

> Create issues, manage pull requests, and search repositories from your AI assistant. The GitHub MCP server gives your AI assistant first-class access to your repositories. Create issues, open pull requests, and read file

G

# GitHub MCP Server

✓ verified

Create issues, manage pull requests, and search repositories from your AI assistant.

Install GitHub in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/github)

Publisher

[Anthropic Reference (archived)](https://github.com/modelcontextprotocol/servers-archived)

License

MIT

Transport

Local subprocess

Tools

5

## What this server does

The GitHub MCP server gives your AI assistant first-class access to your repositories. Create issues, open pull requests, and read files without leaving the chat.

## Tools included

-   create\_issue
    
    Create a new GitHub issue in a repository.
    
-   list\_issues
    
    List issues in a repository with optional filters.
    
-   create\_pull\_request
    
    Open a new pull request.
    
-   get\_file\_contents
    
    Read the contents of a file at a path in a repository.
    
-   search\_repositories
    
    Search GitHub repositories by query.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install GitHub in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Create an issue titled 'Investigate flaky test' in the api repo and assign it to me."
    
    Copy
-   "Show me all open PRs against modelpiper/api that touch the auth folder."
    
    Copy
-   "Open a draft PR from the feature/auth-rewrite branch into main with a summary of the diff."
    
    Copy

## Security notes

This server uses a personal access token with full repo scope. Treat the token like a password; revoke it from GitHub Settings if you stop using the server. The original Anthropic reference server is archived; GitHub now publishes an official replacement at github/github-mcp-server.

## Related tools

-   [
    
    G
    
    ### GitHub (Remote)
    
    ✓ verified MAX
    
    OAuth-protected GitHub MCP. Manage repos, issues, and pull requests with no token to copy.
    
    Developer ToolsRemote HTTP5 tools
    
    
    
    
    
    ](/mcp-tools/github-remote)
-   [
    
    G
    
    ### Git
    
    ✓ verified
    
    Read, search, and manipulate Git repositories on disk.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/git)
-   [
    
    E
    
    ### Everything
    
    ✓ verified
    
    Reference test server exercising every MCP feature.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/everything)
-   [
    
    G
    
    ### GitLab
    
    ✓ verified
    
    Manage GitLab projects, issues, and merge requests.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/gitlab)

[← Back to all MCP tools](/mcp-tools)
