Complete setup guide for using ZeroBounce MCP server in VS Code.
node --version)Install the ZeroBounce MCP server globally:
npm install git+https://github.com/zerobounce/zerobounce-mcp.gitOpen 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
Validate the email "[email protected]"Check if "[email protected]" is validHow many credits do I have?Your ZeroBounce API key is available in the ZeroBounce dashboard: