Email Finder API for Claude Desktop
io.github.br0ski777/email-finder
Find email addresses from name and company domain. x402 paid.
client:Claude Desktop
transport:sse
Install Email Finder API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"email-finder": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://email-finder.api.klymax402.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs