mcp-email

thegreystone/mcp-email
★ 8 stars Java 💬 Communication Updated 10d ago
MCP server to use for accessing IMAP and SMTP. Can for example be used with Claude Code and Claude App.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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