PluginBench
MCP Server
Active

dev.mailkite/mailkite MCP Server

dev.mailkite/mailkite

What is the dev.mailkite/mailkite MCP server?

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

How to install dev.mailkite/mailkite

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MAILKITE_API_KEY
    required
    secret

    MailKite API key (mk_live_…) from the dashboard at https://app.mailkite.dev

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mailkite": {
      "command": "npx",
      "args": [
        "-y",
        "@mailkite/mcp"
      ],
      "env": {
        "MAILKITE_API_KEY": "<YOUR_MAILKITE_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mailkite": {
      "command": "npx",
      "args": [
        "-y",
        "@mailkite/mcp"
      ],
      "env": {
        "MAILKITE_API_KEY": "<YOUR_MAILKITE_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mailkite": {
      "command": "npx",
      "args": [
        "-y",
        "@mailkite/mcp"
      ],
      "env": {
        "MAILKITE_API_KEY": "<YOUR_MAILKITE_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mailkite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mailkite/mcp"
      ],
      "env": {
        "MAILKITE_API_KEY": "<YOUR_MAILKITE_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mailkite --env MAILKITE_API_KEY=<YOUR_MAILKITE_API_KEY> -- npx -y @mailkite/mcp

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 →

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

0
JavaScript
View repository →

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

0
JavaScript
View repository →