Mailkite MCP Server
Rank #60,255dev.mailkite/mail-send
Send transactional email over a verified domain — templates, attachments, custom headers.
Mailkite MCP Server is a Model Context Protocol (MCP) server published by mailkite. It ranks #60,255 of 115,591 servers tracked on MCP Toplist. Mailkite MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 4, 2026 and most recently updated on Jul 4, 2026.
Ranks ahead of 55,336 of 115,591 servers on MCP Toplist.
Use Mailkite MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mail-send https://mcp.mailkite.dev/mcp?ref=mail-send[mcp_servers.mail-send]
url = "https://mcp.mailkite.dev/mcp?ref=mail-send"Add to ~/.codex/config.toml.
https://mcp.mailkite.dev/mcp?ref=mail-sendSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mail-send": {
"url": "https://mcp.mailkite.dev/mcp?ref=mail-send"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mail-send": {
"type": "http",
"url": "https://mcp.mailkite.dev/mcp?ref=mail-send"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mail-send": {
"serverUrl": "https://mcp.mailkite.dev/mcp?ref=mail-send"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mail-send": {
"url": "https://mcp.mailkite.dev/mcp?ref=mail-send"
}
}
}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/dev.mailkite%2Fmail-send)<a href="https://mcptoplist.com/server/dev.mailkite%2Fmail-send"><img src="https://mcptoplist.com/badge/dev.mailkite%2Fmail-send.svg" alt="MCP Toplist: #60,255 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mailkite
Available versions (1)
| Version | Published |
|---|---|
| 0.12.0 | Jul 4, 2026 |
Frequently asked questions
- Who maintains Mailkite MCP Server?
- Mailkite MCP Server is maintained by mailkite, which publishes 8 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Mailkite MCP Server listed on the Official MCP Registry?
- Yes — Mailkite MCP Server is listed on the Official MCP Registry.
- How many versions does Mailkite MCP Server have?
- MCP Toplist tracks 1 version of Mailkite MCP Server, most recently published on Jul 4, 2026.
- Where can I find the source code for Mailkite MCP Server?
- The source code for Mailkite MCP Server is hosted at github.com/mailkite/mailkite-mcp.