MCP.so
登录

Emailservice

@MrHZ006

关于 Emailservice

An email MCP(Server) service based on Spring Boot, used for sending emails via QQ SMTP and exposing utility functions in the form of Spring AI MCP Server It is convenient to call in clients that support MCP (such as ides/Agents that support MCP, etc.).

基本信息

分类

其他

传输方式

stdio

发布者

MrHZ006

提交者

MrHZ006

配置

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

{
  "mcpServers": {
    "Email-service": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dlogging.pattern.console=",
        "-jar",
        "Email-service-0.0.1-SNAPSHOT.jar",
        "--qq.username=Your email address",
        "--qq.password=Your email address credentials"
      ],
      "env": {}
    }
  }
}

工具

未检测到工具

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

概览

What is Emailservice?

Emailservice is a Spring Boot based tool that provides convenient email sending capabilities by integrating with QQ Mail’s SMTP service. It is designed for developers who need to add automated email dispatch to their applications or MCP-based workflows.

How to use Emailservice?

Download or clone the project, package it as a JAR file using Maven or Gradle, and place the resulting Email-service-0.0.1-SNAPSHOT.jar in your project root. Obtain a 16‑character SMTP authorization code from QQ Mail’s settings, then configure the MCP server with the --qq.username and --qq.password arguments.

Key features of Emailservice

  • Built on Spring Boot for easy deployment and integration
  • Sends emails via QQ Mail’s SMTP service
  • Requires a dedicated SMTP authorization code (not the QQ login password)
  • Configurable as an MCP server with stdio transport
  • Includes security guidance for handling credentials

Use cases of Emailservice

  • Automating email notifications from backend services
  • Sending verification codes or alerts from web applications
  • Integrating email dispatch into MCP‑aware agent toolchains

FAQ from Emailservice

Why does connection fail?

Check that the mailbox address format is correct, the SMTP authorization code is accurate (case‑sensitive), and that SMTP service has been enabled in QQ Mail settings.

Where can I obtain the SMTP authorization code?

Log in to QQ Mail web, navigate to Settings → Account → POP3/IMAP/SMTP service, enable the service, and follow the prompts to get a 16‑character code. This is not your QQ login password.

评论

其他 分类下的更多 MCP 服务器