Mail7 Email Validation for Claude Desktop
net.mail7/email-validation
Verify email addresses, clean lists, and audit a domain SPF, DKIM, DMARC and MX setup.
client:Claude Desktop
transport:stdio
runtime:npm
Install Mail7 Email Validation in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"email-validation": {
"command": "npx",
"args": [
"-y",
"mail7-mcp"
],
"env": {
"MAIL7_API_KEY": "<MAIL7_API_KEY>",
"MAIL7_BASE_URL": "<MAIL7_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs