Email Tool
Freeby MCP Community
A Model Context Protocol (MCP) tool for sending emails
v1.0.0Added Apr 12, 2026
mcpemailsmtpprotocoltool
Email Tool MCP Server
A Model Context Protocol (MCP) tool for sending emails
Installation
Reviews
Installation
Quick install
npx -y mcp-email-tool
Add to claude_desktop_config.json
{
"mcpServers": {
"email-tool": {
"command": "npx",
"args": ["-y", "mcp-email-tool"]
}
}
}