Email-MCP

Email-MCP

An MCP server that enables AI assistants to send emails through SMTP protocol by providing server credentials, recipient information, subject, and message content.

Category
Visit Server

README

Email-MCP 服务

GitHub Stars AUR

这是一个基于 MCP 协议的邮件发送服务,允许 AI 助手通过标准化接口发送电子邮件。

项目概述

本服务器理论上适用于所有支持 MCP 协议的 AI 助手和客户端,虽然目前只测试了接入 Spring-AI 的 Java 服务。

注意:目前仅支持本地运行环境

安装步骤

  1. 克隆本仓库

    git clone [仓库地址]
    cd email-mcp
    
  2. 安装依赖

    npm install
    
  3. 构建项目

    npm run build
    

配置与运行

克隆仓库本地运行,请使用如下配置:

{
  "mcpServers": {
    "email-mcp-server": {
      "command": "node",
      "args": [
        "yourpath\\email-mcp\\build\\server.js",
        "--verbose"
      ],
      "env": {}
    }
  }
}

注意:请将 yourpath 替换为您实际的项目路径

使用指南

发送邮件

与 AI 助手交互时,只需提供以下必填参数即可发送邮件:

  • SMTP服务器主机名(如:smtp.exmail.qq.com)
  • 端口号(如:465)
  • 发件邮箱(如:xxx@xx.com)
  • 发件密码(如:*****)
  • 收件人(如:xxx@qq.com)
  • 邮件主题
  • 邮件正文

示例:

SMTP服务器主机名是smtp.exmail.qq.com,端口是465,发件邮箱是xxx@xx.com,发件密码是*****,收件人是xxx@qq.com,正文是你好,好久不见,主题是测试

开发与贡献

有问题欢迎提 issue,大家共同进步!

许可证

本项目采用 Apache 许可证。详情请参阅 LICENSE 文件。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured