Serversio.github.Alexendros/proton-mail-mcp
M

io.github.Alexendros/proton-mail-mcp

io.github.Alexendros/proton-mail-mcp · v0.1.2
▦ npm
v0.1.2npm npm: @alexendros/proton-mail-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Alexendros/proton-mail-mcp",
  "description": "Proton Mail MCP via Bridge (IMAP/SMTP) · 13 tools · dual transport stdio + HTTP.",
  "repository": {
    "url": "https://github.com/Alexendros/proton-mail-mcp",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@alexendros/proton-mail-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hostname or IP of the Proton Mail Bridge (default: 127.0.0.1 for local, or container hostname in compose).",
          "format": "string",
          "name": "PROTON_BRIDGE_HOST"
        },
        {
          "description": "IMAP port exposed by Proton Mail Bridge (default: 1143).",
          "format": "string",
          "name": "PROTON_IMAP_PORT"
        },
        {
          "description": "SMTP port exposed by Proton Mail Bridge (default: 1025).",
          "format": "string",
          "name": "PROTON_SMTP_PORT"
        },
        {
          "description": "Bridge username (your Proton Mail address).",
          "isRequired": true,
          "format": "string",
          "name": "PROTON_USERNAME"
        },
        {
          "description": "Bridge-generated app password (NOT your Proton account password).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PROTON_PASSWORD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}