Complete setup guide for using ZeroBounce MCP server in Cursor.
node --version)Install the ZeroBounce MCP server globally:
npm install -g @zerobounce/mcpClick on the Cursor menu and select "Settings" → "Cursor Settings"
Look for the "MCP" section in settings
Click "Add new global MCP server" to open the configuration editor
Copy and paste the configuration JSON, replacing YOUR_API_KEY with your actual ZeroBounce API key
Close and reopen Cursor for the changes to take effect
Configuration JSON:
{
"mcpServers": {
"zerobounce": {
"command": "zerobounce-mcp",
"args": ["--api-key=YOUR_API_KEY"]
}
}
}Important: Replace YOUR_API_KEY with your actual ZeroBounce API key
Try these commands in your AI client:
"Validate the email "test@example.com"""Check if "user@domain.com" is valid""How many credits do I have?"Sign in to your ZeroBounce account to create or copy your API key for this integration.