Connects to the emailfinder.dev API to look up verified professional email addresses without leaving your AI assistant. You get five tools: search by name and domain, extract from LinkedIn profiles, pull all emails at a company, find decision makers by role, and validate deliverability. The first four consume credits only when they return results (1 credit for individual lookups, 5 for bulk operations), while validation is free. Useful when you're doing outreach research, building contact lists, or need to reach someone specific at a company. Requires an API key from emailfinder.dev and runs via npx in Claude Desktop, Cursor, or Kiro.
MCP server for emailfinder.dev — find verified professional email addresses directly from AI assistants like Claude, Cursor, and Kiro.
| Tool | Description | Credits |
|---|---|---|
find_email_by_person | Name + domain → email | 1 |
find_email_by_linkedin | LinkedIn URL → email | 1 |
find_company_emails | Domain → list of emails | 5 |
find_decision_maker | Role + domain → email | 5 |
validate_email | Verify email deliverability | Free |
Credits are only charged when an email is found.
Get your API key at emailfinder.dev/dashboard/settings.
Add to your MCP config:
{
"mcpServers": {
"emailfinder": {
"command": "npx",
"args": ["-y", "emailfinder-mcp"],
"env": {
"EMAILFINDER_API_KEY": "ef_live_your_key_here"
}
}
}
}
"Find the email for the CEO of stripe.com"
"Find emails at openai.com"
"What's the email for https://www.linkedin.com/in/johnsmith?"
EMAILFINDER_API_KEY*secretAPI key from emailfinder.dev/dashboard/settings