WM

wh1isper/mcp-email-server

开发工具
287 stars 0 forks 质量 46 趋势 46

An MCP server for reading, searching, organizing, and sending email through IMAP and SMTP.

概览

An MCP server for reading, searching, organizing, and sending email through IMAP and SMTP.

README

mcp-email-server

An MCP server for reading, searching, organizing, and sending email through IMAP and SMTP.

Quick start

1. Configure an email account

Run the configuration UI with uv:

uvx mcp-email-server@latest ui

Add your IMAP account in the browser window. SMTP is optional if the account does not need to send email.

2. Configure the MCP client

Add the following server definition to the MCP client:

{
  "mcpServers": {
    "mcp-email-server": {
      "command": "uvx",
      "args": ["mcp-email-server@latest", "stdio"]
    }
  }
}

Restart the MCP client after updating its configuration.

3. Verify the connection

Ask the client to list the configured email accounts or recent messages.

Other configuration methods

For headless environments, containers, multiple accounts, custom TLS settings, and environment-variable configuration, see the documentation.

Documentation

Development

See CONTRIBUTING.md.

License

This project is licensed under the terms of the LICENSE.

View this README on GitHub

安装

uvx mcp-email-server@latest stdio

配置

{ "mcpServers": { "mcp-email-server": { "command": "uvx", "args": ["mcp-email-server@latest", "stdio"] } } }