Easyship MCP Server
Rank #717com.easyship/mcp
Connect Easyship to compare rates, create shipments, buy labels, and track packages globally.
Easyship MCP Server is a Model Context Protocol (MCP) server published by easyship. It ranks #717 of 115,591 servers tracked on MCP Toplist, and its repository has 150 GitHub stars. Easyship MCP Server is listed on Official MCP, with 14 tracked versions. It was first listed on Mar 29, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 114,874 of 115,591 servers on MCP Toplist.
Use Easyship MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http easyship https://mcp.easyship.com/mcpclaude mcp add easyship -e "EASYSHIP_API_ACCESS_TOKEN=<your EASYSHIP_API_ACCESS_TOKEN>" -- uvx easyship-mcpReplace each placeholder with your own value before saving.
[mcp_servers.easyship]
url = "https://mcp.easyship.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.easyship]
command = "uvx"
args = ["easyship-mcp"]
[mcp_servers.easyship.env]
EASYSHIP_API_ACCESS_TOKEN = "<your EASYSHIP_API_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.easyship.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"easyship": {
"command": "uvx",
"args": [
"easyship-mcp"
],
"env": {
"EASYSHIP_API_ACCESS_TOKEN": "<your EASYSHIP_API_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"easyship": {
"url": "https://mcp.easyship.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"easyship": {
"command": "uvx",
"args": [
"easyship-mcp"
],
"env": {
"EASYSHIP_API_ACCESS_TOKEN": "<your EASYSHIP_API_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"easyship": {
"type": "http",
"url": "https://mcp.easyship.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"easyship": {
"type": "stdio",
"command": "uvx",
"args": [
"easyship-mcp"
],
"env": {
"EASYSHIP_API_ACCESS_TOKEN": "<your EASYSHIP_API_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"easyship": {
"serverUrl": "https://mcp.easyship.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"easyship": {
"command": "uvx",
"args": [
"easyship-mcp"
],
"env": {
"EASYSHIP_API_ACCESS_TOKEN": "<your EASYSHIP_API_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"easyship": {
"url": "https://mcp.easyship.com/mcp"
}
}
}{
"mcpServers": {
"easyship": {
"command": "uvx",
"args": [
"easyship-mcp"
],
"env": {
"EASYSHIP_API_ACCESS_TOKEN": "<your EASYSHIP_API_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
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/com.easyship%2Fmcp)<a href="https://mcptoplist.com/server/com.easyship%2Fmcp"><img src="https://mcptoplist.com/badge/com.easyship%2Fmcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
easyship
Available versions (14)
| Version | Published |
|---|---|
| 0.6.4 | Aug 21, 2026 |
| 0.6.3 | Aug 21, 2026 |
| 0.6.2 | Jun 22, 2026 |
| 0.5.6 | May 12, 2026 |
| 0.5.5 | May 12, 2026 |
| 0.5.4 | May 7, 2026 |
| 0.5.3 | May 7, 2026 |
| 0.5.1 | May 7, 2026 |
| 0.5.0 | May 6, 2026 |
| 0.4.2 | Apr 29, 2026 |
| 0.3.1 | Mar 31, 2026 |
| 0.2.0 | Mar 30, 2026 |
| 0.1.1 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Easyship MCP Server?
- Easyship MCP Server is maintained by easyship, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Easyship MCP Server listed on the Official MCP Registry?
- Yes — Easyship MCP Server is listed on the Official MCP Registry.
- How many versions does Easyship MCP Server have?
- MCP Toplist tracks 14 versions of Easyship MCP Server, most recently published on Aug 21, 2026.
- Where can I find the source code for Easyship MCP Server?
- The source code for Easyship MCP Server is hosted at github.com/easyship/easyship-mcp-plugin.