mcpbeat Sign in

Shipeasy MCP Server

local only

Shipeasy runs on your own machine — the client starts it, so there is no endpoint to ping. 162 installs a week from npm. Last commit 14 Aug 2026.

Feature flags, A/B experiments, kill switches, dynamic config & i18n — Shipeasy MCP server.

Installs per day peak 84 · avg 28 · +164% w/w
a month agotoday
162
Installs / week
npm · @shipeasy/mcp
0
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions cli/src/setup/wiring-doc.ts:794
      1. Delete the artifacts: \`rm -rf ${rm.join(" ")}\`
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
    const child = spawn(cmd!, args, { stdio: "ignore", detached: true });
Builds a database query by concatenation cli/src/commands/upgrade.ts:481
  console.log(`CLI:     ${opts.skipCli ? "skipped" : `update via ${resolvePm(opts)}`}`);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

          for f in "$NPM_CONFIG_USERCONFIG" "$HOME/.npmrc"; do

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Shipeasy and you get told the day something new turns up.

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 mcp -- npx -y @shipeasy/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@shipeasy/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@shipeasy/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@shipeasy/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@shipeasy/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Shipeasy

same job, measured the same way
Hackle
by hackle-io

Remote MCP server for the Hackle Admin API: experiments, feature flags, remote config, messaging.

answering
Statsig MCP Server
by statsig

MCP server for Statsig API - interact with Statsig's feature flags, experiments, and analytics

answering
PostHog MCP Server
by posthog

Official PostHog MCP Server for product analytics, feature flags, experiments, and more.

answering
LaunchFlag
by launchflag

Feature flags and kill switches. Turn a shipped feature off in production without a deploy.

138 installs/wk answering
Unleash MCP
by getunleash

MCP server for managing Unleash feature flags

1 032 installs/wk local only
CloudBees Unify MCP Server
by cloudbees

Connect AI agents to CloudBees Unify: feature flags, CI/CD, release orchestration, and security

answering
Devcycle
by devcycle

DevCycle MCP server for feature flag management

answering
Configcat
by configcat

Enables AI agents to interact with ConfigCat, a feature flag service for teams.

953 installs/wk local only

Shipeasy — questions

Answers built from our own checks of this server.

Why is there no uptime for Shipeasy?
Shipeasy 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 @shipeasy/mcp was installed 162 times last week.
How do I connect Shipeasy?
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 @shipeasy/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Shipeasy?
The npm package @shipeasy/mcp was installed 162 times in the last week. Week over week that is +164%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Shipeasy open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.