Skip to content

MailboxValidator for Zed

io.github.mailboxvalidator/mcp-mailboxvalidator

Email validation MCP server using the MailboxValidator API. It can validate email addresses.

client:Zed transport:stdio runtime:npm

Install MailboxValidator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-mailboxvalidator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-mailboxvalidator"
      ],
      "env": {
        "MAILBOXVALIDATOR_API_KEY": "<MAILBOXVALIDATOR_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MailboxValidator in other clients