Emailservice
Ai AgentsAn 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.).
Installation
java -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 credentialsView configuration snippet
{
"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": {}
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
Mcp Agent
Mcp Agent is an open-source MCP server that gives AI assistants access to specialized functionality. Compatible with Claude Desktop, Cursor, and other MCP clients for enhanced AI agent workflows.
Claudecomputercommander
Claudecomputercommander MCP server enables seamless integration between AI agents and external services. Built on the Model Context Protocol, it provides standardized access to tools and data for AI-powered workflows.
Claudedesktopcommander
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Model Context Protocol Pollinations
Your Friendly Open-Source Gen-AI Platform
Like this server?
Discover more MCP servers or submit your own to directory.