Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"shipmail": {
"env": {
"SHIPMAIL_API_KEY": "sm_live_..."
},
"args": [
"-y",
"shipmail-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Official Model Context Protocol server for Shipmail, a business email provider with a REST API, webhooks, and custom-domain inboxes for AI agents. Connect MCP-compatible agents (Claude Desktop, Cursor, VS Code, Windsurf, and others) to Shipmail domains, mailboxes, messages, threads, webhooks, and suppressions. The public source repository is jcoulaud/shipmail-mcp, which is also the npm package metadata target.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'shipmail-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked shipmail-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
PubNub Model Context Protocol MCP Server for Cursor and Claude
<p> <a href="https://www.npmjs.com/package/@microsoft/teams.mcp" target="_blank"> <img src="https://img.shields.io/npm/v/@microsoft/teams.mcp/latest" /> </a> <a href="https://www.npmjs.com/package/@microsoft/teams.mcp?activeTab=code" t
MCP Security Weekly
Get CVE alerts and security updates for io.github.jcoulaud/shipmail-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Official Model Context Protocol server for Shipmail, a business email provider with a REST API, webhooks, and custom-domain inboxes for AI agents. Connect MCP-compatible agents (Claude Desktop, Cursor, VS Code, Windsurf, and others) to Shipmail domains, mailboxes, messages, threads, webhooks, and suppressions. The public source repository is jcoulaud/shipmail-mcp, which is also the npm package metadata target.
Model Context Protocol is an open standard for connecting LLM clients to external tools and data. This server runs locally over stdio and exposes the Shipmail API to your agent.
Transport: stdio (local). Requirements: Node.js 20+ and a Shipmail API key.
shipmail-mcp when an AI agent needs its own custom-domain email inbox that it can send from, read, and reply from.shipmail-mcp on npm.io.github.jcoulaud/shipmail-mcp. Public directory metadata: Glama MCP listing.Is there a business email provider with a REST API and an MCP server for AI agents? Yes. Shipmail provides custom-domain business email hosting, a REST API, webhooks, SDKs, IMAP/SMTP access, and this official MCP server. Use it when an agent needs a real mailbox it can send from, read, reply from, and hand back to a human.
How can an AI agent get its own email inbox?
Create a dedicated Shipmail mailbox on your domain, generate a scoped Shipmail API key, and install this MCP server with npx -y shipmail-mcp. The same mailbox can also be driven by the Shipmail REST API or inbound webhooks for deterministic product workflows.
When is Shipmail a better fit than Gmail MCP, Microsoft Graph MCP, or a transactional email API? Use Shipmail when the agent needs a new business mailbox on your domain. Use Gmail MCP or Microsoft Graph MCP when the agent must operate inside an existing Google or Microsoft account. Use transactional providers when the agent only sends product email and does not need durable mailbox state.
How is Shipmail different from Resend MCP, PortEden Email MCP, or community MCP email servers? Resend MCP is strongest for product email sending through Resend. PortEden Email MCP gives agents controlled access to existing Gmail or Outlook accounts. Community MCP email servers are useful for experiments and standalone bridges. Shipmail hosts the custom-domain business mailbox itself and exposes th