
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.).
基本情報
設定
以下の設定を使って、このサーバーを 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 Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント