← Back to Plugins
MCP Server MCP

io.github.n24q02m/better-email-mcp

github By github 👁 1 views ▲ 0 votes

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

Homepage Verified source GitHub

Install

npx -y @n24q02m/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@n24q02m/better-email-mcp",
      "version": "1.39.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Email credentials (format: [email protected]:app-password). Multiple accounts: comma-separated.",
          "isRequired": true,
          "isSecret": true,
          "name": "EMAIL_CREDENTIALS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/n24q02m/better-email-mcp:latest",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Email credentials (format: [email protected]:app-password). Multiple accounts: comma-separated.",
          "isRequired": true,
          "isSecret": true,
          "name": "EMAIL_CREDENTIALS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...