Email MCP Server
by ssqdoit
MCP Server specifically designed for handling email functionalities. It provides a streamlined approach to managing email-related tasks.
View on GitHub
Last updated: N/A
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>"
}
}
}
}