protonmail-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
protonmail-mcp by amotivv | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 41 | ★ 85,748 |
| 30d uses | — | — |
| Score | 39 | 77 |
| Official | — | ✓ |
| Categories | CommunicationDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 14 mo ago | this month |
protonmail-mcp · Summary
Protonmail MCP server enables email sending through Protonmail's SMTP service for Claude and Cline.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
protonmail-mcp · Use cases
- Automated email notifications from Claude AI agents
- Send reports and summaries directly from development workflows
- Integrate email functionality into Cline-powered development environments
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
protonmail-mcp · Install
Installation
Manual Installation
- Clone the repository:
git clone https://github.com/amotivv/protonmail-mcp.git
cd protonmail-mcp- Install dependencies and build:
npm install
npm run build- Add to Claude Desktop configuration:
{
"mcpServers": {
"protonmail": {
"command": "node",
"args": ["/path/to/protonmail-mcp/build/index.js"]
}
}
}- Set environment variables in your config file as described in the README.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}