Submit

Emailservice

@MrHZ006

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.).

Tools

Server Config

{
  "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": {}
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.