CommunicationPython

mcp-email-server

MCP Email Server provides IMAP and SMTP functionalities for email communication.

Free
N/A rating (0 reviews)0 installs209 GitHub stars
emailIMAPSMTP

The mcp-email-server is designed to facilitate email communication through the use of IMAP and SMTP protocols via an MCP server. It allows users to manage their email services efficiently, providing a robust solution for sending and receiving emails. The server can be easily configured using a user interface or environment variables, making it adaptable for various deployment scenarios, including CI/CD environments. With support for both manual and automated installations, users can quickly set up their email server using tools like uv for environment management. The server is also available on PyPI, allowing for straightforward installation via pip. Comprehensive documentation is provided to guide users through the configuration and usage of the server, ensuring a smooth experience for both technical and non-technical users.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-email-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-email-server"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1