mcpbeat Sign in

MailboxValidator MCP Server

by mailboxvalidator Your server? Claim it
local only

MailboxValidator runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 3 Jun 2026.

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

Installs per day peak 25 · avg 7 · -7% w/w
a month agotoday
31
Installs / week
npm · mcp-mailboxvalidator
1
Stars
0 open issues
3 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MailboxValidator every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-mailboxvalidator -- npx -y mcp-mailboxvalidator
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-mailboxvalidator": {
      "args": [
        "-y",
        "mcp-mailboxvalidator"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-mailboxvalidator]
command = "npx"
args = ["-y", "mcp-mailboxvalidator"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-mailboxvalidator": {
      "args": [
        "-y",
        "mcp-mailboxvalidator"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-mailboxvalidator": {
      "args": [
        "-y",
        "mcp-mailboxvalidator"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MAILBOXVALIDATOR_API_KEY (Your MailboxValidator API key.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MailboxValidator

same job, measured the same way
Dilli Email Validation API Server
by dillilabs-deva

An MCP server that provides tools to validate an email address using Dilli Email Validation API.

1 tools answering
Byteplant MCP
by byteplant-dev

An MCP server that provides Email, Phone and Address Validation Services from Byteplant

86 installs/wk local only
Email Validator AI MCP
by csoai-org

Email Validator Ai MCP Server by MEOK AI Labs

229 installs/wk local only
Email Validator
by lazymac2x

Cloudflare Workers MCP server: email-validator

4 tools answering
MCP Server Tempmail
by selenium39

MCP server for temporary email management using ChatTempMail API

59 installs/wk local only
Validator AI MCP
by csoai-org

AI-powered validator ai MCP server for agents. Supports validate json, validate email, validate

156 installs/wk local only
Mail7 Email Validation
by mail7

Verify email addresses, clean lists, and audit a domain SPF, DKIM, DMARC and MX setup.

38 installs/wk local only
Emailable
by pipeworx-io

Emailable MCP — wraps the Emailable email verification API (emailable.com)

32 tools answering

MailboxValidator — questions

Answers built from our own checks of this server.

Why is there no uptime for MailboxValidator?
MailboxValidator runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-mailboxvalidator was installed 31 times last week.
How do I connect MailboxValidator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-mailboxvalidator straight from npm; nothing to host, nothing to sign up for.
How many people use MailboxValidator?
The npm package mcp-mailboxvalidator was installed 31 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MailboxValidator open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.