ship-it-mcp
Allows interaction with GitHub repositories, including listing repos, checking status, committing and pushing, managing pull requests, and creating repos.
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., "@ship-it-mcplist my open pull requests"
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.
ship-it-mcp
MCP plugin for Claude that connects to GitHub — view repos, check status, commit and push, manage PRs.
Setup
Install dependencies:
npm installCreate 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
Create a
.envfile:GITHUB_TOKEN=your_token_hereRegister 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" } } } }
Related MCP server: MCP Git/PR Assist
Tools
Tool | What it does |
| List your GitHub repos |
| Check git status of a local folder |
| See open pull requests |
| Stage, commit, and push in one call |
| Create a new GitHub repo for a project |
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
- Alicense-quality-maintenanceConnects Claude Desktop to GitHub repositories, enabling users to perform git operations and GitHub API interactions through natural conversation.570
- -license-quality-maintenanceEnables Git and GitHub pull request operations through Claude AI, including repository management, branch operations, commits, and PR creation/commenting. Streamlines development workflows by providing Git commands and GitHub API integration through natural language interactions.
- FlicenseAqualityBmaintenanceConnects Claude to GitHub, enabling listing repositories, browsing open pull requests, and inspecting PR diffs for code review.4
- FlicenseAqualityDmaintenanceEnables Claude to access and manage GitHub repositories dynamically at runtime, including private repos, with tools for browsing files, searching code, and viewing commits, pull requests, and issues.111
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Edit your Overleaf LaTeX projects from Claude and ChatGPT; every change is a real Git commit.
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/jjm7271985/ship-it-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server