← Back to Plugins
MCP Server MCP

Email (IMAP/SMTP)

github By github 👁 1 views ▲ 0 votes

Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.

Homepage Verified source GitHub

Install

oci:ghcr.io/boutquin/mcp-server-email:latest

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/boutquin/mcp-server-email:latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to account JSON config file",
          "name": "EMAIL_CONFIG_FILE"
        },
        {
          "description": "Inline JSON array of account configs",
          "isSecret": true,
          "name": "EMAIL_ACCOUNTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...