Proton Mail MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
Proton Mail MCP via Bridge (IMAP/SMTP) · 13 tools · dual transport stdio + HTTP.
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add proton-mail-mcp -- npx -y @alexendros/proton-mail-mcp
{
"mcpServers": {
"proton-mail-mcp": {
"args": [
"-y",
"@alexendros/proton-mail-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.proton-mail-mcp]
command = "npx"
args = ["-y", "@alexendros/proton-mail-mcp"]
{
"mcpServers": {
"proton-mail-mcp": {
"args": [
"-y",
"@alexendros/proton-mail-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"proton-mail-mcp": {
"args": [
"-y",
"@alexendros/proton-mail-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.