MCP Catalogs
Home

time vs janee

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
janee
by rsdouglas
Stars★ 85,748★ 28
30d uses
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

janee · Summary

Janee is an MCP server that provides secure secrets management for AI agents, enabling API access without exposing raw credentials.

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

janee · Use cases

  • Securely enable AI agents to access various APIs without exposing API keys
  • Provide audit trails and policy enforcement for AI agent API interactions
  • Manage temporary credentials for autonomous agents with automatic revocation

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"]
    }
  }
}

janee · Install

Installation

npm install -g @true-and-useful/janee

Configuration

janee init
janee add
# Edit ~/.janee/config.yaml with your services
janee serve

Claude Desktop Integration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "janee": {
      "command": "janee",
      "args": ["serve"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.