MCP.so
Sign In

Email MCP Server

@ssqdoit

About Email MCP Server

This is an MCP server designed to handle email communications, supporting multiple email protocols and features.

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

Comments

More Communication MCP servers