ssqdoit/email-mcp-server
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 designed to facilitate email communication by acting as a protocol server that manages email sending and receiving operations.
Email MCP Server
MCP Server for the Email.
Setup
NPX
{
"mcpServers": {
"email-mcp": {
"command": "npx",
"args": [
"-y",
"email-mcp"
],
"env": {
"EMAIL_HOST": "<your SMTP server>",
"EMAIL_PORT": "<your SMTP port>",
"EMAIL_SSL": "<true or false>",
"EMAIL_ACCOUNT": "<your email account>",
"EMAIL_PASSWORD": "<password or app password>"
}
}
}
}