MCP.so
Sign In
M

Mcp_email_server

@huangyixin447

About Mcp_email_server

有关qq邮箱的mcp服务,可以实现读取邮件,发送邮件

Basic information

Category

Communication

Transports

stdio

Publisher

huangyixin447

Submitted by

逸新 黄

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "email_server": {
      "isActive": true,
      "name": "operateMysql",
      "command": "uv",
      "args": [
        "--directory",
        "G:\\python\\mysql_mcp\\src",
        "run",
        "server.py",
        "--stdio"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp_email_server?

Mcp_email_server is an MCP (Model Context Protocol) server designed for QQ email. It enables reading emails from and sending emails via a QQ mailbox.

How to use Mcp_email_server?

Key features of Mcp_email_server

  • Reads emails from a QQ mailbox
  • Sends emails via QQ email

Use cases of Mcp_email_server

  • Read incoming emails from a QQ mailbox
  • Send emails using a QQ email account

FAQ from Mcp_email_server

What operations does Mcp_email_server support?

It supports reading and sending emails through QQ email.

Which email service does it integrate with?

It integrates with QQ email (QQ mailbox).

What are the runtime or dependency requirements?

Comments

More Communication MCP servers