Email MCP Server
@ssqdoit
About Email MCP Server
This is an MCP server designed to handle email communications, supporting multiple email protocols and features.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Email MCP Server?
Email MCP Server is an MCP server that provides email functionality, connecting to SMTP servers via standard configuration. It is designed for users who
More Communication MCP servers
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
67
WhatsApp Web MCP
pnizerWhatsApp Web MCP Server
43
Telegram MCP Server
kfastovTelegram user console client and archiver
40
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
94
Discord MCP Server
hanwegMCP server for discord bot
161
Comments