# emailfinder-mcp [Health: Active]

**Category:** 🌐 Social Media  
**Repository:** https://github.com/xinxinhenaixin/emailfinder-mcp  
**GitHub Stars:** 0  
**npm Downloads (last month):** 180  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/emailfinder-mcp

## Description
Find verified professional emails by name, domain, LinkedIn, or role.

## Tools
Capabilities this server exposes over MCP:

- **find_email_by_person** — Name + domain → email
- **find_email_by_linkedin** — LinkedIn URL → email
- **find_company_emails** — Domain → list of emails
- **find_decision_maker** — Role + domain → email
- **validate_email** — Verify email deliverability

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "emailfinder-mcp": {
    "command": "npx",
    "args": ["-y","emailfinder-mcp"]
  }
}
```

## Documentation & README

# emailfinder-mcp

MCP server for [emailfinder.dev](https://emailfinder.dev) — find verified professional email addresses directly from AI assistants like Claude, Cursor, and Kiro.

## Tools

| 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.

## Setup

Get your API key at [emailfinder.dev/dashboard/settings](https://emailfinder.dev/dashboard/settings).

### Claude Desktop / Cursor / Kiro

Add to your MCP config:

```json
{
  "mcpServers": {
    "emailfinder": {
      "command": "npx",
      "args": ["-y", "emailfinder-mcp"],
      "env": {
        "EMAILFINDER_API_KEY": "ef_live_your_key_here"
      }
    }
  }
}
```

### Example usage

> "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?"

