MCP Catalogs
Home

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
Score3977
Official
Categories
CommunicationDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit14 mo agothis 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

  1. Clone the repository:
git clone https://github.com/amotivv/protonmail-mcp.git
cd protonmail-mcp
  1. Install dependencies and build:
npm install
npm run build
  1. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "protonmail": {
      "command": "node",
      "args": ["/path/to/protonmail-mcp/build/index.js"]
    }
  }
}
  1. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.