MCP Catalogs
Home

mcp-server vs time

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

mcp-server
by bitwarden
time
by modelcontextprotocol
Stars★ 165★ 85,748
30d uses
Score5077
Official
Categories
SecurityProductivityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-server · Summary

MCP server providing AI assistants with secure access to Bitwarden password manager vault management and organization administration features.

time · Summary

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

mcp-server · Use cases

  • AI assistants retrieving and managing passwords and secure notes from Bitwarden vault
  • Automating organization administration tasks like member management and collection creation
  • Generating and storing secure passwords directly through AI assistants

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

mcp-server · Install

Installation

  1. Install the Bitwarden CLI globally: npm install -g @bitwarden/cli
  2. Add to your Claude Desktop configuration:
{
  "mcpServers": {
    "bitwarden": {
      "command": "npx",
      "args": ["-y", "@bitwarden/mcp-server"],
      "env": {
        "BW_SESSION": "your-session-token-here"
      }
    }
  }
}
  1. Get your session token: bw login; bw unlock --raw
  2. For organization features, also add BW_CLIENT_ID and BW_CLIENT_SECRET environment variables.

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.