Developer Tools
Trust: 30/100 (Limited)io.github.anymailfinder/mcp-server Guide
MCP server for Anymail Finder API - find and verify email addresses via AI assistants
by anymailfinder
Quick Start
Install
npx @anymailfinder/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-anymailfinder-mcp-server": {
"command": "npx",
"args": [
"@anymailfinder/mcp-server"
]
}
}
}