v0.1.2 — MCP Registry compatibility (canonical Alexendros casing)
What's new
MCP Registry publication · @alexendros/proton-mail-mcp is now discoverable in the official MCP Server Registry under io.github.Alexendros/proton-mail-mcp.
curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.Alexendros/proton-mail-mcp"Fixes
- Canonical GitHub username casing in
mcpNameandserver.jsonname. The registry rejects 0.1.1 with403 Forbidden: You have permission to publish: io.github.Alexendros/*because the upstream quickstart shows lowercaseio.github.my-username/as example, which is misleading: the actual constraint is exact case-match withgh api user --jq .login.
Notes
0.1.1exists on npm but never reached the MCP Registry (orphan version due to casing mismatch). Treat0.1.2as the first registry-published release.- Metadata-only release; no functional/runtime changes vs
0.1.0. - Old npm name
@alexendros/protonmail-mcpremains deprecated since0.1.0.
Install
npm install @alexendros/proton-mail-mcp@0.1.2Or in ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"proton-mail": {
"command": "npx",
"args": ["-y", "@alexendros/proton-mail-mcp"],
"env": {
"PROTON_USERNAME": "your-proton-email@proton.me",
"PROTON_PASSWORD": "your-bridge-app-password"
}
}
}
}Full changelog
See CHANGELOG.md.