MailKite MCP Server
Rank #114,674pulsemcp/mailkite-email
MailKite gives AI agents a real email address to send from, receive to, and act on.
MailKite MCP Server is a Model Context Protocol (MCP) server published by mailkite. It ranks #114,674 of 115,591 servers tracked on MCP Toplist. MailKite MCP Server is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jul 7, 2026.
Ranks ahead of 917 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-email https://mcp.mailkite.dev/mcp?ref=email-agent[mcp_servers.mailkite-email]
url = "https://mcp.mailkite.dev/mcp?ref=email-agent"Add to ~/.codex/config.toml.
https://mcp.mailkite.dev/mcp?ref=email-agentSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mailkite-email": {
"url": "https://mcp.mailkite.dev/mcp?ref=email-agent"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mailkite-email": {
"type": "http",
"url": "https://mcp.mailkite.dev/mcp?ref=email-agent"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mailkite-email": {
"serverUrl": "https://mcp.mailkite.dev/mcp?ref=email-agent"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mailkite-email": {
"url": "https://mcp.mailkite.dev/mcp?ref=email-agent"
}
}
}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/pulsemcp%2Fmailkite-email)<a href="https://mcptoplist.com/server/pulsemcp%2Fmailkite-email"><img src="https://mcptoplist.com/badge/pulsemcp%2Fmailkite-email.svg" alt="MCP Toplist: #114,674 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mailkite
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
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?
- MailKite MCP Server is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does MailKite MCP Server have?
- MailKite MCP Server ships as a single rolling release with no explicit version metadata.
- 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.