email-mcp-server
0
The Email MCP Server facilitates the management of email activities through a Model Context Protocol, enabling integration with SMTP servers for sending and receiving emails within applications.
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>"
}
}
}
}