Mailkite MCP Server
Rank #60,256dev.mailkite/mailkite
Send email, manage domains, DNS, webhooks, templates, and inbound routing on MailKite
Mailkite MCP Server is a Model Context Protocol (MCP) server published by mailkite. It ranks #60,256 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,335 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 mailkite https://mcp.mailkite.dev/mcpclaude mcp add mailkite -e "MAILKITE_API_KEY=<your MAILKITE_API_KEY>" -- npx -y @mailkite/mcpReplace each placeholder with your own value before saving.
[mcp_servers.mailkite]
url = "https://mcp.mailkite.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mailkite]
command = "npx"
args = ["-y", "@mailkite/mcp"]
[mcp_servers.mailkite.env]
MAILKITE_API_KEY = "<your MAILKITE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.mailkite.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mailkite": {
"command": "npx",
"args": [
"-y",
"@mailkite/mcp"
],
"env": {
"MAILKITE_API_KEY": "<your MAILKITE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailkite": {
"url": "https://mcp.mailkite.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mailkite": {
"command": "npx",
"args": [
"-y",
"@mailkite/mcp"
],
"env": {
"MAILKITE_API_KEY": "<your MAILKITE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mailkite": {
"type": "http",
"url": "https://mcp.mailkite.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mailkite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mailkite/mcp"
],
"env": {
"MAILKITE_API_KEY": "<your MAILKITE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailkite": {
"serverUrl": "https://mcp.mailkite.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mailkite": {
"command": "npx",
"args": [
"-y",
"@mailkite/mcp"
],
"env": {
"MAILKITE_API_KEY": "<your MAILKITE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mailkite": {
"url": "https://mcp.mailkite.dev/mcp"
}
}
}{
"mcpServers": {
"mailkite": {
"command": "npx",
"args": [
"-y",
"@mailkite/mcp"
],
"env": {
"MAILKITE_API_KEY": "<your MAILKITE_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/dev.mailkite%2Fmailkite)<a href="https://mcptoplist.com/server/dev.mailkite%2Fmailkite"><img src="https://mcptoplist.com/badge/dev.mailkite%2Fmailkite.svg" alt="MCP Toplist: #60,256 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.11.2 | 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.