
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@anymailfinder/mcp-server
Advanced tools
MCP server for Anymail Finder API - find and verify email addresses via AI assistants
MCP server for the Anymail Finder API. Lets AI assistants (Claude, Cursor, ChatGPT, etc.) find and verify email addresses natively via the Model Context Protocol.
node --version (download)| Tool | Description | Credits |
|---|---|---|
find_person_email | Find a person's email by name + company domain | Yes |
find_company_emails | Find up to 20 emails for a company domain | Yes |
find_email_by_linkedin | Find email from a LinkedIn profile URL | Yes |
find_decision_maker | Find a decision maker's email by role category | Yes |
verify_email | Check if an email is valid, risky, or invalid | Yes |
get_account_info | Check remaining API credits | No |
report_bad_email | Report an incorrect email | No |
Add to your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonOpen it from a terminal:
# macOS
open ~/Library/Application\ Support/Claude/claude_desktop_config.json
# Windows
notepad %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"anymailfinder": {
"command": "npx",
"args": ["-y", "@anymailfinder/mcp-server"],
"env": {
"ANYMAIL_FINDER_API_KEY": "your-api-key"
}
}
}
}
Fully quit and reopen Claude Desktop after saving (Cmd+Q on macOS).
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"anymailfinder": {
"command": "npx",
"args": ["-y", "@anymailfinder/mcp-server"],
"env": {
"ANYMAIL_FINDER_API_KEY": "your-api-key"
}
}
}
}
Restart Cursor after saving.
cd mcp
yarn install
yarn build
# Test interactively with MCP Inspector
ANYMAIL_FINDER_API_KEY=your-key npx @modelcontextprotocol/inspector node build/index.js
# Run directly (stdio mode)
ANYMAIL_FINDER_API_KEY=your-key node build/index.js
MIT
FAQs
MCP server for Anymail Finder API - find and verify email addresses via AI assistants
We found that @anymailfinder/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.