What is the dev.mailkite/agent-mail MCP server?
Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.
How to install dev.mailkite/agent-mail
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-mail": {
"url": "https://mcp.mailkite.dev/mcp?ref=agent-mail"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-mail": {
"serverUrl": "https://mcp.mailkite.dev/mcp?ref=agent-mail"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-mail": {
"type": "http",
"url": "https://mcp.mailkite.dev/mcp?ref=agent-mail"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"agent-mail": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mailkite.dev/mcp?ref=agent-mail"
]
}
}
}Claude Code
claude mcp add --transport http agent-mail https://mcp.mailkite.dev/mcp?ref=agent-mailRelated MCP servers
dev.mailkite/email-agent
Active
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
0
View repository →JavaScript
Turn inbound email into a webhook — verify, parse, route, and store incoming messages.
0
View repository →JavaScript
Receive inbound email as clean JSON — manage domains, routes, and webhooks. MailKite.
0
View repository →JavaScript
dev.mailkite/mail-send
Active
Send transactional email over a verified domain — templates, attachments, custom headers.
0
View repository →JavaScript
dev.mailkite/mailkite
Active
Send email, manage domains, DNS, webhooks, templates, and inbound routing on MailKite
0
View repository →JavaScript