spongycode/email-mcp-server
3.2
If you are the rightful owner of email-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Email MCP Server is a lightweight solution for sending emails to multiple recipients using a simple configuration and integration with Google Gemini CLI.
Email MCP Server – Lightweight Multi-Recipient Mail Sender
Demo:
Usage:
Add the .env
file with the correct credentials:
GMAIL_USER=yourmail@gmail.com
GMAIL_PASS=yourpasscode
Usage with Google Gemini CLI:
Add this to your .gemini/settings.json
file:
{
"theme": "Default Light",
"selectedAuthType": "oauth-personal",
"mcpServers": {
"email-node-server": {
"command": "node",
"args": ["index.js", "--verbose"],
"cwd": "<YOUR_PATH_TO_DIRECTORY>/email-mcp-server"
}
}
}