MailboxValidator for Cursor
io.github.mailboxvalidator/mcp-mailboxvalidator
Email validation MCP server using the MailboxValidator API. It can validate email addresses.
client:Cursor
transport:stdio
runtime:npm
Install MailboxValidator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-mailboxvalidator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-mailboxvalidator"
],
"env": {
"MAILBOXVALIDATOR_API_KEY": "<MAILBOXVALIDATOR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs