Shipeasy
Rank #7,081ai.shipeasy/mcp
Feature flags, A/B experiments, kill switches, dynamic config & i18n — Shipeasy MCP server.
Shipeasy is a Model Context Protocol (MCP) server published by shipeasy-ai. It ranks #7,081 of 115,460 servers tracked on MCP Toplist. Shipeasy is listed on Official MCP, with 6 tracked versions. It was first listed on Jun 14, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 108,379 of 115,460 servers on MCP Toplist.
Use Shipeasy
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add shipeasy -- npx -y @shipeasy/mcp[mcp_servers.shipeasy]
command = "npx"
args = ["-y", "@shipeasy/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"shipeasy": {
"command": "npx",
"args": [
"-y",
"@shipeasy/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"shipeasy": {
"command": "npx",
"args": [
"-y",
"@shipeasy/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"shipeasy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shipeasy/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"shipeasy": {
"command": "npx",
"args": [
"-y",
"@shipeasy/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"shipeasy": {
"command": "npx",
"args": [
"-y",
"@shipeasy/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.shipeasy%2Fmcp)<a href="https://mcptoplist.com/server/ai.shipeasy%2Fmcp"><img src="https://mcptoplist.com/badge/ai.shipeasy%2Fmcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
shipeasy-ai
Available versions (6)
| Version | Published |
|---|---|
| 2.8.0 | Jul 27, 2026 |
| 2.7.0 | Jul 27, 2026 |
| 2.6.0 | Jul 26, 2026 |
| 2.5.0 | Jul 26, 2026 |
| 2.2.0 | Jul 4, 2026 |
| 1.3.1 | Jun 14, 2026 |
Frequently asked questions
- Who maintains Shipeasy?
- Shipeasy is maintained by shipeasy-ai, which publishes 2 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Shipeasy listed on the Official MCP Registry?
- Yes — Shipeasy is listed on the Official MCP Registry.
- How many versions does Shipeasy have?
- MCP Toplist tracks 6 versions of Shipeasy, most recently published on Jul 27, 2026.
- Where can I find the source code for Shipeasy?
- The source code for Shipeasy is hosted at github.com/shipeasy-ai/shipeasy.