PluginBench
MCP Server
Active

dev.mailkite/mail-receive MCP Server

dev.mailkite/mail-receive

What is the dev.mailkite/mail-receive MCP server?

Receive inbound email as clean JSON — manage domains, routes, and webhooks. MailKite.

How to install dev.mailkite/mail-receive

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mail-receive": {
      "url": "https://mcp.mailkite.dev/mcp?ref=mail-receive"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mail-receive": {
      "serverUrl": "https://mcp.mailkite.dev/mcp?ref=mail-receive"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mail-receive": {
      "type": "http",
      "url": "https://mcp.mailkite.dev/mcp?ref=mail-receive"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mail-receive": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.mailkite.dev/mcp?ref=mail-receive"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mail-receive https://mcp.mailkite.dev/mcp?ref=mail-receive

Related MCP servers

Give an AI agent its own inbox — receive email as a webhook, send over a verified domain.

0
JavaScript
View repository →

Email for AI agents — send, receive as a webhook, manage domains, templates, routing.

0
JavaScript
View repository →

Turn inbound email into a webhook — verify, parse, route, and store incoming messages.

0
JavaScript
View repository →

Send transactional email over a verified domain — templates, attachments, custom headers.

0
JavaScript
View repository →

Send email, manage domains, DNS, webhooks, templates, and inbound routing on MailKite

0
JavaScript
View repository →