MailboxValidator runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 3 Jun 2026.
Email validation MCP server using the MailboxValidator API. It can validate email addresses.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-mailboxvalidator -- npx -y mcp-mailboxvalidator
{
"mcpServers": {
"mcp-mailboxvalidator": {
"args": [
"-y",
"mcp-mailboxvalidator"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-mailboxvalidator]
command = "npx"
args = ["-y", "mcp-mailboxvalidator"]
{
"mcpServers": {
"mcp-mailboxvalidator": {
"args": [
"-y",
"mcp-mailboxvalidator"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-mailboxvalidator": {
"args": [
"-y",
"mcp-mailboxvalidator"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.