mcpbeat Sign in

Ship MCP Server

by colossal1598 Your server? Claim it
local only

Ship MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 28 Jul 2026.

Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.

Installs per day peak 236 · avg 21 · +32% w/w
a month agotoday
45
Installs / week
npm · ship-mcp
0
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ship MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ship-mcp -- npx -y ship-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ship-mcp": {
      "args": [
        "-y",
        "ship-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ship-mcp]
command = "npx"
args = ["-y", "ship-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ship-mcp": {
      "args": [
        "-y",
        "ship-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ship-mcp": {
      "args": [
        "-y",
        "ship-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ship MCP

same job, measured the same way
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

1 350 installs/wk local only
MCP React Toolkit
by nishant-chaudhary5338

9 MCP servers for React/TypeScript — dep auditing, a11y, test gen, and TypeScript enforcement.

67 installs/wk local only
Ast Impact Mapper MCP
by vola-trebla

MCP server that uses TypeScript AST to find which tests are affected by a code change

47 installs/wk local only
Localstack MCP Server
by localstack

A LocalStack MCP Server providing essential tools for local cloud development & testing

209 installs/wk local only
Regex Lab
by ryudi84

MCP server for regex testing, matching, replacing, and validation

local only
Testing Repo
by vinur1992

An MCP server that created for demo

local only
Qase Test Management
by qase

Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

3 791 installs/wk answering
Wechat Devtools MCP
by watertian

MCP Server for WeChat DevTools CLI - Automate development & testing with 7 aggregated APIs.

1 192 installs/wk local only

Ship MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ship MCP?
Ship MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ship-mcp was installed 45 times last week.
How do I connect Ship MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ship-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ship MCP?
The npm package ship-mcp was installed 45 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ship MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.