Server data from the Official MCP Registry
Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.
Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.
Set these up before or after installing:
Environment variable: CLAWAIMAIL_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-joansongjr-clawaimail": {
"env": {
"CLAWAIMAIL_API_KEY": "your-clawaimail-api-key-here"
},
"args": [
"-y",
"clawaimail-mcp"
],
"command": "npx"
}
}
}This is a legitimate MCP server for the ClawAIMail email service. The code follows proper authentication patterns using API keys stored in environment variables and includes appropriate input validation. Minor concerns include overly broad exception handling and some error messages that could reveal system information, but these are low-severity issues that don't significantly impact security. Supply chain analysis found 13 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
Scanned 8 files · 17 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!