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 | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | SecurityProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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
- Install the Bitwarden CLI globally:
npm install -g @bitwarden/cli - Add to your Claude Desktop configuration:
{
"mcpServers": {
"bitwarden": {
"command": "npx",
"args": ["-y", "@bitwarden/mcp-server"],
"env": {
"BW_SESSION": "your-session-token-here"
}
}
}
}- Get your session token:
bw login; bw unlock --raw - For organization features, also add
BW_CLIENT_IDandBW_CLIENT_SECRETenvironment 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"]
}
}
}