MCP.so
登录

Email MCP Server

@ssqdoit

关于 Email MCP Server

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

基本信息

分类

沟通协作

运行时

node

传输方式

stdio

发布者

ssqdoit

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

沟通协作 分类下的更多 MCP 服务器