Odel
MailboxValidator

MailboxValidator

Local
@mailboxvalidator1TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-mailboxvalidatorv1.0.0

Run

npx -y mcp-mailboxvalidator

MCP client config

{
  "mcpServers": {
    "mailboxvalidator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-mailboxvalidator"
      ]
    }
  }
}