Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ship It

FreeNot checked

Enables to interact with GitHub repositories directly from Claude, supporting actions like viewing repos, checking status, committing and pushing changes, and m

GitHubEmbed

About

Enables to interact with GitHub repositories directly from Claude, supporting actions like viewing repos, checking status, committing and pushing changes, and managing pull requests.

README

MCP plugin for Claude that connects to GitHub — view repos, check status, commit and push, manage PRs.

Setup

  1. Install dependencies:

    npm install
    
  2. Create a GitHub Personal Access Token:

    • Go to github.com → Settings → Developer Settings → Personal Access Tokens → Fine-grained tokens
    • Give it access to your repos (read + write)
    • Copy the token
  3. Create a .env file:

    GITHUB_TOKEN=your_token_here
    
  4. Register with Claude Code (add to your MCP settings):

    {
      "mcpServers": {
        "ship-it": {
          "command": "node",
          "args": ["C:\\Users\\jjm72\\OneDrive\\Documents\\Claude_Plugins\\ship-it-mcp\\index.js"],
          "env": {
            "GITHUB_TOKEN": "your_token_here"
          }
        }
      }
    }
    

Tools

Tool What it does
list_repos List your GitHub repos
repo_status Check git status of a local folder
list_prs See open pull requests
commit_and_push Stage, commit, and push in one call
create_repo Create a new GitHub repo for a project

from github.com/jjm7271985/ship-it-mcp

Installing Ship It

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jjm7271985/ship-it-mcp

FAQ

Is Ship It MCP free?

Yes, Ship It MCP is free — one-click install via Unyly at no cost.

Does Ship It need an API key?

No, Ship It runs without API keys or environment variables.

Is Ship It hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Ship It in Claude Desktop, Claude Code or Cursor?

Open Ship It on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ship It with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs