Complete setup guide for using ZeroBounce MCP server in VS Code.
node --version)Install the ZeroBounce MCP server globally:
npm install -g @zerobounce/mcpOpen VS Code, press Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS), search for "Model Context Protocol" or "MCP" and install the official MCP extension
Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS)
Type "MCP: Add Server" and select it from the list
Select whether to add the server for the current workspace or globally for your user
Copy and paste the configuration JSON, replacing YOUR_API_KEY with your actual ZeroBounce API key
The MCP server should now be available in VS Code
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.