shipmail-mcp
Rank #7,613io.github.shipmail-to/shipmail-mcp
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
shipmail-mcp is a Model Context Protocol (MCP) server published by shipmail-to. It ranks #7,613 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. shipmail-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 13 tracked versions. It was first listed on Jun 19, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 107,978 of 115,591 servers on MCP Toplist.
Use shipmail-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http shipmail-mcp https://shipmail.to/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add shipmail-mcp -e "SHIPMAIL_API_KEY=<your SHIPMAIL_API_KEY>" -- npx -y shipmail-mcpReplace each placeholder with your own value before saving.
[mcp_servers.shipmail-mcp]
url = "https://shipmail.to/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.shipmail-mcp]
command = "npx"
args = ["-y", "shipmail-mcp"]
[mcp_servers.shipmail-mcp.env]
SHIPMAIL_API_KEY = "<your SHIPMAIL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://shipmail.to/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"shipmail-mcp": {
"command": "npx",
"args": [
"-y",
"shipmail-mcp"
],
"env": {
"SHIPMAIL_API_KEY": "<your SHIPMAIL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shipmail-mcp": {
"url": "https://shipmail.to/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"shipmail-mcp": {
"command": "npx",
"args": [
"-y",
"shipmail-mcp"
],
"env": {
"SHIPMAIL_API_KEY": "<your SHIPMAIL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"shipmail-mcp": {
"type": "http",
"url": "https://shipmail.to/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"shipmail-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shipmail-mcp"
],
"env": {
"SHIPMAIL_API_KEY": "<your SHIPMAIL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shipmail-mcp": {
"serverUrl": "https://shipmail.to/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"shipmail-mcp": {
"command": "npx",
"args": [
"-y",
"shipmail-mcp"
],
"env": {
"SHIPMAIL_API_KEY": "<your SHIPMAIL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shipmail-mcp": {
"url": "https://shipmail.to/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"shipmail-mcp": {
"command": "npx",
"args": [
"-y",
"shipmail-mcp"
],
"env": {
"SHIPMAIL_API_KEY": "<your SHIPMAIL_API_KEY>"
}
}
}
}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/io.github.shipmail-to%2Fshipmail-mcp)<a href="https://mcptoplist.com/server/io.github.shipmail-to%2Fshipmail-mcp"><img src="https://mcptoplist.com/badge/io.github.shipmail-to%2Fshipmail-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
shipmail-to
Available versions (13)
| Version | Published |
|---|---|
| 0.7.14 | Aug 30, 2026 |
| 0.7.13 | Aug 28, 2026 |
| 0.7.3 | Aug 2, 2026 |
| 0.7.1 | Jul 30, 2026 |
| 0.6.3 | Jul 29, 2026 |
| 0.5.10 | Jul 28, 2026 |
| 0.5.9 | Jul 27, 2026 |
| 0.5.7 | Jul 27, 2026 |
| 0.5.2 | Jul 25, 2026 |
| 0.5.1 | Jul 25, 2026 |
| 0.4.0 | Jul 23, 2026 |
| 0.3.3 | Jul 20, 2026 |
| 0.2.9 | Jul 14, 2026 |
Frequently asked questions
- Who maintains shipmail-mcp?
- shipmail-mcp is maintained by shipmail-to, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is shipmail-mcp listed on the Official MCP Registry?
- Yes — shipmail-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does shipmail-mcp have?
- MCP Toplist tracks 13 versions of shipmail-mcp, most recently published on Aug 30, 2026.
- Where can I find the source code for shipmail-mcp?
- The source code for shipmail-mcp is hosted at github.com/shipmail-to/shipmail-mcp.