mcpbeat Sign in

Mail7 Email Validation MCP Server

local only

Mail7 Email Validation runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 12 Aug 2026.

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

Installs per day peak 19 · avg 0
a month agotoday
74
Installs / week
npm · mail7-mcp
0
Stars
1 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Mail7 Email Validation 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 email-validation -- npx -y mail7-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "email-validation": {
      "args": [
        "-y",
        "mail7-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.email-validation]
command = "npx"
args = ["-y", "mail7-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "email-validation": {
      "args": [
        "-y",
        "mail7-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "email-validation": {
      "args": [
        "-y",
        "mail7-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mail7 Email Validation

same job, measured the same way
Qualisend Email Verification
by qualisend

Verify email addresses and clean lists to improve deliverability and sender reputation.

12 tools answering
DNS Doctor
by dnsdoctor

Scan and fix email auth (SPF, DMARC, DKIM, MX, blacklists, expiry) + DNS checks. Validated fixes.

82 installs/wk 16 tools answering
MCP Domain Deliverability Checker
by mambabuilt

Audit a domain email deliverability via Apify: SPF, DKIM, DMARC, MX, blacklist, catch-all, age.

94 installs/wk local only
Email Deliverability Audit API
by br0ski777

Audit email domain deliverability: SPF, DKIM, DMARC, MX. Score 0-100. x402.

1 tools answering
Email Deliverability
by inboxguard

Scan and fix a domain's email deliverability (SPF, DKIM, DMARC, MTA-STS, BIMI, DNS blocklists).

28 tools answering
Palisade
by palisade

Monitor and manage email authentication (SPF, DKIM, DMARC, MTA-STS, BIMI) for your domains.

47 installs/wk answering
MailboxValidator
by mailboxvalidator

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

73 installs/wk local only
ClearBounce Email Verification
by clearbounce

Verify email addresses in real time and find business email addresses with live mailbox checks.

5 tools answering

Mail7 Email Validation — questions

Answers built from our own checks of this server.

Why is there no uptime for Mail7 Email Validation?
Mail7 Email Validation 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 mail7-mcp was installed 74 times last week.
How do I connect Mail7 Email Validation?
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 mail7-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mail7 Email Validation?
The npm package mail7-mcp was installed 74 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mail7 Email Validation open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.