mailsink for Cline
io.github.heocoi/mailsink
Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.
client:Cline
transport:stdio
runtime:npm
Install mailsink in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mailsink": {
"command": "npx",
"args": [
"-y",
"@mailsink/mcp"
],
"env": {
"MAILSINK_API_KEY": "<MAILSINK_API_KEY>",
"MAILSINK_API_URL": "<MAILSINK_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs