Complete setup guide for using ZeroBounce MCP server in Other MCP Clients.
node --version)Install the ZeroBounce MCP server globally:
npm install git+https://github.com/zerobounce/zerobounce-mcp.gitRun the installation command in your terminal
Find your client's configuration file location (see examples below)
Add the ZeroBounce MCP server configuration to your client's config file
Replace YOUR_API_KEY with your actual ZeroBounce API key from the dashboard
Restart your MCP client 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
Config location: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"zerobounce": {
"command": "zerobounce-mcp",
"args": ["--api-key=YOUR_API_KEY"]
}
}
}Config location: .continue/config.json (workspace or home directory)
{
"mcpServers": [
{
"name": "zerobounce",
"command": "zerobounce-mcp",
"args": ["--api-key=YOUR_API_KEY"]
}
]
}Config location: ~/.config/zed/settings.json
{
"mcp": {
"servers": {
"zerobounce": {
"command": "zerobounce-mcp",
"args": ["--api-key=YOUR_API_KEY"]
}
}
}
}Your ZeroBounce API key is available in the ZeroBounce dashboard: