Catalog
io.github.anymailfinder/mcp-server
OfficialMCP server for Anymail Finder API - find and verify email addresses via AI assistants
Find and verify email addresses via the Anymail Finder API.
README not available yet.
Install
Configuration
Environment variables
ANYMAIL_FINDER_API_KEYrequiredsecretYour Anymail Finder API key
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@anymailfinder/mcp-server@1.0.7"
],
"env": {
"ANYMAIL_FINDER_API_KEY": "<YOUR_ANYMAIL_FINDER_API_KEY>"
}
}
}
}